We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6781b47 commit e230851Copy full SHA for e230851
src/renderer/document/handlers.cljs
@@ -11,6 +11,7 @@
11
(defn save-format
12
[db]
13
(-> db
14
+ element.h/deselect
15
(get-in [:documents (:active-document db)])
16
(assoc :save (history.h/current-position db))
17
(dissoc :history)))
0 commit comments