mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:27:59 +01:00
Closes issue #469.
This commit is contained in:
@@ -671,7 +671,7 @@ var Editor = Module("editor", {
|
||||
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
||||
function () {
|
||||
editor.expandAbbreviation(modes.INSERT);
|
||||
return Events.PASS;
|
||||
return Events.PASS_THROUGH;
|
||||
});
|
||||
|
||||
mappings.add([modes.INSERT],
|
||||
|
||||
Reference in New Issue
Block a user