1
0
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:
Kris Maglione
2010-10-12 12:25:00 -04:00
parent 8582ea8ba5
commit 6907ae130e
3 changed files with 8 additions and 2 deletions

View File

@@ -417,7 +417,6 @@ const Editor = Module("editor", {
textbox.selectionStart = currStart - len + abbrText.length;
textbox.selectionEnd = currEnd - len + abbrText.length;
}
return true;
},
}, {