mirror of
https://github.com/penpot/penpot.git
synced 2025-04-09 21:41:23 -05:00
Add support for raw-icon to drawarea.
This commit is contained in:
parent
df189dc39e
commit
8df6ee502a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue