0
Fork 0
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:
Andrey Antukh 2016-10-24 22:13:59 +02:00
parent 168c5b490c
commit 34e84fbd01
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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