Skip to content

Commit bdda8f3

Browse files
committed
return to normal mode after deletion
1 parent 1137bb7 commit bdda8f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/fominok/ideahelix/editor/modification.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@
8282
text)))]
8383
(-> project-state
8484
(assoc-in [:registers register] register-contents)
85+
(assoc :mode :normal)
8586
(assoc :prefix nil))))

0 commit comments

Comments
 (0)