Sfoglia il codice sorgente

fix: holding up/down arrow issue

Konstantinos Kaloutas 3 anni fa
parent
commit
d88cdc0b11
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/frontend/handler/editor.cljs

+ 1 - 1
src/main/frontend/handler/editor.cljs

@@ -3095,7 +3095,7 @@
         (state/selection?)
         (select-up-down direction)
 
-        :else
+        (not (state/get-edit-input-id))
         (select-first-last direction)))
     nil))