diff --git a/common/content/editor.js b/common/content/editor.js index 14954645..a8938b02 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -405,7 +405,7 @@ var Editor = Module("editor", { if (forward) { advance(true); - if (!sameWord); + if (!sameWord) advance(false); } else {