mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 03:47:58 +01:00
Get rid of Editor.isInputElementFocused. Move Editor.isContentNode to editor.isContentNode.
This commit is contained in:
@@ -1629,7 +1629,7 @@ var Buffer = Module("buffer", {
|
||||
function (args) {
|
||||
let elem = buffer.lastInputField;
|
||||
|
||||
if (args.count >= 1 || !elem || !Events.isContentNode(elem)) {
|
||||
if (args.count >= 1 || !elem || !events.isContentNode(elem)) {
|
||||
let xpath = ["frame", "iframe", "input", "textarea[not(@disabled) and not(@readonly)]"];
|
||||
|
||||
let frames = buffer.allFrames(null, true);
|
||||
|
||||
Reference in New Issue
Block a user