0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 Rollback thumbnail problem

This commit is contained in:
alonso.torres 2022-05-13 13:32:22 +02:00
parent a3935953f7
commit 4730273ad3

View file

@ -272,7 +272,7 @@
all-frames)]
(when (not= @active-frames new-active-frames)
(reset! active-frames #{} #_new-active-frames)))))))
(reset! active-frames new-active-frames)))))))
;; NOTE: this is executed on each page change, maybe we need to move
;; this shortcuts outside the viewport?