mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 07:27:19 +02:00
⬆️ Update beicon and rumext to the latest version.
This commit is contained in:
parent
4c85550d58
commit
ce094b663c
6 changed files with 16 additions and 9 deletions
|
@ -20,7 +20,8 @@
|
|||
|
||||
(declare rect-shape)
|
||||
|
||||
(mf/defrc rect-wrapper
|
||||
(mf/defc rect-wrapper
|
||||
{::mf/wrap-props false}
|
||||
[props]
|
||||
(let [shape (unchecked-get props "shape")
|
||||
on-mouse-down #(common/on-mouse-down % shape)
|
||||
|
@ -31,7 +32,8 @@
|
|||
|
||||
;; --- Rect Shape
|
||||
|
||||
(mf/defrc rect-shape
|
||||
(mf/defc rect-shape
|
||||
{::mf/wrap-props false}
|
||||
[props]
|
||||
(let [shape (unchecked-get props "shape")
|
||||
ds-modifier (:displacement-modifier shape)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue