🐛 Fix thumbnails in viewer thumbnails

This commit is contained in:
alonso.torres 2022-06-17 14:24:37 +02:00
parent 45b690ed05
commit 1bde183c50
4 changed files with 24 additions and 13 deletions

View file

@ -383,7 +383,8 @@
[:& thumbnails-panel {:frames frames
:show? (:show-thumbnails local false)
:page page
:index index}]
:index index
:thumbnail-data (:thumbnails file)}]
[:section.viewer-section {:id "viewer-section"
:ref viewer-section-ref
:class (if fullscreen? "fullscreen" "")}