removed duplicate caret position to fix zen caret moving up on space

This commit is contained in:
Jack 2021-06-23 19:10:54 +01:00
parent dc9c9d3fbf
commit 85f23c997b

View file

@ -344,7 +344,7 @@ function handleSpace(event, isEnter) {
}
} //end of line wrap
Caret.updatePosition();
// Caret.updatePosition();
if (Config.keymapMode === "react") {
Keymap.flashKey(event.code, true);