1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 16:05:45 +01:00

Revert 975d3f90c8a1 for now.

The magical powers of getCurrentWord() have temporarily won.
This commit is contained in:
Doug Kearns
2010-09-23 20:21:11 +10:00
parent ad8b0de148
commit 06215e2eb9
3 changed files with 6 additions and 8 deletions

View File

@@ -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],