mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05: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}
|
||||
(shapes/-render shape nil)]))))
|
||||
|
||||
(def shape
|
||||
(def ^:static shape
|
||||
(mx/component
|
||||
{:render shape-render
|
||||
:name "shape"
|
||||
:mixins [mx/static (mx/local {})]}))
|
||||
:mixins [(mx/local {}) rum/reactive]}))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Canvas
|
||||
|
|
Loading…
Reference in a new issue