Let me tab between the keybind options.
This commit is contained in:
parent
6c7d1cb4bd
commit
f07da722c7
@ -1427,6 +1427,7 @@
|
|||||||
return g.hiddenReplies = {};
|
return g.hiddenReplies = {};
|
||||||
},
|
},
|
||||||
keybind: function(e) {
|
keybind: function(e) {
|
||||||
|
if (e.keyCode === 9) return;
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if ((key = keybinds.keyCode(e)) == null) return;
|
if ((key = keybinds.keyCode(e)) == null) return;
|
||||||
|
|||||||
@ -1068,6 +1068,7 @@ options =
|
|||||||
@textContent = "hidden: 0"
|
@textContent = "hidden: 0"
|
||||||
g.hiddenReplies = {}
|
g.hiddenReplies = {}
|
||||||
keybind: (e) ->
|
keybind: (e) ->
|
||||||
|
return if e.keyCode is 9
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
return unless (key = keybinds.keyCode e)?
|
return unless (key = keybinds.keyCode e)?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user