⬆️ Update beicon and rumext to the latest version.

This commit is contained in:
Andrey Antukh 2020-03-23 16:25:21 +01:00
parent 4c85550d58
commit ce094b663c
6 changed files with 16 additions and 9 deletions

View file

@ -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)