mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 14:36:10 +02:00
Remove statix mixin from shape component.
This commit is contained in:
parent
3bda4f6de3
commit
b7afe65272
1 changed files with 2 additions and 2 deletions
|
@ -79,11 +79,11 @@
|
||||||
:on-mouse-up on-mouse-up}
|
:on-mouse-up on-mouse-up}
|
||||||
(shapes/-render shape nil)]))))
|
(shapes/-render shape nil)]))))
|
||||||
|
|
||||||
(def shape
|
(def ^:static shape
|
||||||
(mx/component
|
(mx/component
|
||||||
{:render shape-render
|
{:render shape-render
|
||||||
:name "shape"
|
:name "shape"
|
||||||
:mixins [mx/static (mx/local {})]}))
|
:mixins [(mx/local {}) rum/reactive]}))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Canvas
|
;; Canvas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue