mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 07:55:45 +01:00
Revert 975d3f90c8a1 for now.
The magical powers of getCurrentWord() have temporarily won.
This commit is contained in:
@@ -664,7 +664,7 @@ const Editor = Module("editor", {
|
||||
modes.set(modes.TEXTAREA);
|
||||
}
|
||||
else
|
||||
dactyl.clipboardWrite(buffer.currentWord, true);
|
||||
dactyl.clipboardWrite(buffer.getCurrentWord(), true);
|
||||
});
|
||||
|
||||
mappings.add([modes.VISUAL, modes.TEXTAREA],
|
||||
|
||||
Reference in New Issue
Block a user