mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:47:58 +01:00
Fix some of the more horrendous editor.js code.
--HG-- extra : rebase_source : 1675c92e880249d90a59576291254724fb863c4e
This commit is contained in:
@@ -76,7 +76,7 @@ var Modes = Module("modes", {
|
||||
selection.collapseToStart();
|
||||
}
|
||||
else if (stack.pop)
|
||||
editor.unselectText();
|
||||
editor.deselectText();
|
||||
}
|
||||
});
|
||||
this.addMode("CARET", {
|
||||
@@ -670,7 +670,7 @@ var Modes = Module("modes", {
|
||||
|
||||
options.add(["passunknown", "pu"],
|
||||
"Pass through unknown keys in these modes",
|
||||
"stringlist", "!text_edit,base",
|
||||
"stringlist", "!text_edit,!visual,base",
|
||||
opts);
|
||||
|
||||
options.add(["showmode", "smd"],
|
||||
|
||||
Reference in New Issue
Block a user