mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:07:59 +01:00
Change buffer.getCurrentWord() to a read-only property buffer.currentWord.
This commit is contained in:
@@ -664,7 +664,7 @@ const Editor = Module("editor", {
|
||||
modes.set(modes.TEXTAREA);
|
||||
}
|
||||
else
|
||||
dactyl.clipboardWrite(buffer.getCurrentWord(), true);
|
||||
dactyl.clipboardWrite(buffer.currentWord, true);
|
||||
});
|
||||
|
||||
mappings.add([modes.VISUAL, modes.TEXTAREA],
|
||||
|
||||
Reference in New Issue
Block a user