mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add zoom style to share link url
This commit is contained in:
parent
2211fea976
commit
0a939185d2
4 changed files with 60 additions and 35 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue