Fix up down

pull/645/head
Tienson Qin 2020-05-04 21:35:26 +08:00
parent f3d0a6158d
commit 1487d99fc9
1 changed files with 2 additions and 1 deletions

View File

@ -818,7 +818,8 @@
(subs content 0 prev-pos))]
(state/set-cursor-range! text-range)
(swap! state/state assoc
:edit-input-id edit-input-id))))
:edit-input-id edit-input-id)
(state/set-editor-editing-heading heading-id))))
(defn start!
[]