mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 00:28:20 -05:00
Remove static mixin from lightbox component.
This facilitates code reloading and rerendering on development mode.
This commit is contained in:
parent
168c5b490c
commit
34e84fbd01
1 changed files with 1 additions and 1 deletions
|
@ -66,4 +66,4 @@
|
|||
:render lightbox-render
|
||||
:will-mount lightbox-will-mount
|
||||
:will-unmount lightbox-will-umount
|
||||
:mixins [mx/reactive mx/static]}))
|
||||
:mixins [mx/reactive]}))
|
||||
|
|
Loading…
Add table
Reference in a new issue