mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +00:00
Add support for raw-icon to drawarea.
This commit is contained in:
parent
df189dc39e
commit
8df6ee502a
@ -110,6 +110,7 @@
|
||||
(when-let [shape (:drawing @wb/workspace-ref)]
|
||||
(case (:type shape)
|
||||
:icon (on-init-draw-icon shape)
|
||||
:icon-raw (on-init-draw-icon shape)
|
||||
:path (if (:free shape)
|
||||
(on-init-draw-free-path shape)
|
||||
(on-init-draw-path shape))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user