From 85f23c997b84b6bb3546d33a3fffbeec6fa274ca Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 23 Jun 2021 19:10:54 +0100 Subject: [PATCH] removed duplicate caret position to fix zen caret moving up on space --- src/js/input-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 154714e78..6f595448e 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -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);