We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1137bb7 commit bdda8f3Copy full SHA for bdda8f3
src/main/clojure/fominok/ideahelix/editor/modification.clj
@@ -82,4 +82,5 @@
82
text)))]
83
(-> project-state
84
(assoc-in [:registers register] register-contents)
85
+ (assoc :mode :normal)
86
(assoc :prefix nil))))
0 commit comments