mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 06:38:20 +00:00
Minor bug on drawarea.
This commit is contained in:
parent
5695d07e7e
commit
15f6672b0e
@ -36,7 +36,7 @@
|
||||
[own]
|
||||
(let [shape (rum/react drawing-shape)
|
||||
position (rum/react drawing-position)]
|
||||
(when shape
|
||||
(when (and shape position)
|
||||
(-> (assoc shape :drawing? true)
|
||||
(geom/resize position)
|
||||
(uusc/render-shape identity)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user