Browse Source

chore: add comment

Konstantinos Kaloutas 3 years ago
parent
commit
5f4aa91207
1 changed files with 2 additions and 1 deletions
  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))