Skip to content

Commit 5e3f01e

Browse files
committed
fix assoc-attr
1 parent 65a1c1f commit 5e3f01e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/renderer/document/handlers.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
(m/=> assoc-attr [:-> App keyword? string? App])
134134
(defn assoc-attr
135135
[db k v]
136-
(assoc-in db (path db :collapsed-ids :attrs k) v))
136+
(js/console.log (str (print (path db :attrs k))))
137+
(assoc-in db (path db :attrs k) v))
137138

138139
(m/=> load [:-> App map? App])
139140
(defn load

0 commit comments

Comments
 (0)