🎉 Add zoom style to share link url

This commit is contained in:
Eva 2022-08-09 09:50:41 +02:00
parent 2211fea976
commit 0a939185d2
4 changed files with 60 additions and 35 deletions

View file

@ -398,6 +398,11 @@
(dm/get-in state [:viewer-local :fullscreen?]))
st/state))
(def viewer-zoom-type
(l/derived (fn [state]
(dm/get-in state [:viewer-local :zoom-type]))
st/state))
(def thumbnail-data
(l/derived #(dm/get-in % [:workspace-file :thumbnails] {}) st/state))