mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:27:57 +01:00
s/\bset\b/Set/g
This commit is contained in:
@@ -812,7 +812,7 @@ var Hints = Module("hints", {
|
||||
|
||||
let type = elem.type;
|
||||
|
||||
if (elem instanceof HTMLInputElement && set.has(util.editableInputs, elem.type))
|
||||
if (elem instanceof HTMLInputElement && Set.has(util.editableInputs, elem.type))
|
||||
return [elem.value, false];
|
||||
else {
|
||||
for (let [, option] in Iterator(options["hintinputs"])) {
|
||||
|
||||
Reference in New Issue
Block a user