From 4730273ad366ab77f4f5ee6f6f6a32af2f9a8327 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 13 May 2022 13:32:22 +0200 Subject: [PATCH] :bug: Rollback thumbnail problem --- frontend/src/app/main/ui/workspace/viewport/hooks.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs index 856794da4..9f628336d 100644 --- a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs @@ -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?