mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:57:57 +01:00
Fix inserting [ '"] as the first character in command-line mode.
This commit is contained in:
@@ -417,7 +417,6 @@ const Editor = Module("editor", {
|
||||
textbox.selectionStart = currStart - len + abbrText.length;
|
||||
textbox.selectionEnd = currEnd - len + abbrText.length;
|
||||
}
|
||||
|
||||
return true;
|
||||
},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user