mirror of
https://github.com/penpot/penpot.git
synced 2026-03-18 16:33:49 +00:00
Add support for raw-icon to drawarea.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user