mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🔥 Remove merge conflict from plugins api ns
This commit is contained in:
parent
a5e36dbb3d
commit
989eb12139
@ -364,13 +364,10 @@
|
|||||||
(cb/with-objects (:objects page))
|
(cb/with-objects (:objects page))
|
||||||
(cb/add-object shape))]
|
(cb/add-object shape))]
|
||||||
|
|
||||||
(st/emit!
|
(st/emit! (ch/commit-changes changes)
|
||||||
(ch/commit-changes changes)
|
(se/event plugin-id "create-shape" :type :text)
|
||||||
<<<<<<< HEAD
|
(dwwt/resize-wasm-text-debounce (:id shape)))
|
||||||
(se/event plugin-id "create-shape" :type :text))
|
|
||||||
=======
|
|
||||||
(dwwt/resize-wasm-text-debounce (:id shape)))
|
|
||||||
>>>>>>> origin/staging-render
|
|
||||||
(shape/shape-proxy plugin-id (:id shape)))))
|
(shape/shape-proxy plugin-id (:id shape)))))
|
||||||
|
|
||||||
:createShapeFromSvg
|
:createShapeFromSvg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user