Skip to content

Commit 09ec5b5

Browse files
committed
fix path manipulation actions
1 parent 9ec176e commit 09ec5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/element/handlers.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
([db id action]
771771
(cond-> db
772772
(= (:tag (entity db id)) :path)
773-
(update-attr id path/manipulate action))))
773+
(update-attr id :d path/manipulate action))))
774774

775775
(defn import-svg
776776
[db {:keys [svg label position]}]

0 commit comments

Comments
 (0)