Konstantinos Kaloutas 3 лет назад
Родитель
Сommit
5f4aa91207
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/frontend/handler/editor.cljs

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

@@ -3094,7 +3094,8 @@
 
         (state/selection?)
         (select-up-down direction)
-
+        
+        ;; if there is an edit-input-id set, we are probably still on editing mode, that is not fully initialized
         (not (state/get-edit-input-id))
         (select-first-last direction)))
     nil))