mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 11:09:04 -05:00
Minor bug on drawarea.
This commit is contained in:
parent
5695d07e7e
commit
15f6672b0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue