mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 10:51:39 +02:00
🐛 Fix default state in viewer
This commit is contained in:
parent
e9fa04dd1b
commit
d246788a35
2 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,7 @@
|
|||
[{:keys [file layout project page-id] :as props}]
|
||||
(let [team-id (:team-id project)
|
||||
zoom (mf/deref refs/selected-zoom)
|
||||
params {:page-id page-id :file-id (:id file)}
|
||||
params {:page-id page-id :file-id (:id file) :section "interactions"}
|
||||
|
||||
go-back
|
||||
(mf/use-callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue