0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Merge pull request #4333 from penpot/eva-bugfixing-14

🐛 Fix view only reset on go-back icon
This commit is contained in:
Pablo Alba 2024-04-01 15:09:01 +02:00 committed by GitHub
commit dd4cc56384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,9 @@
(mf/deps project)
(fn []
(close-modals)
(st/emit! (dw/go-to-dashboard project))))
(st/emit! (dw/set-options-mode :design)
(dw/set-workspace-read-only false)
(dw/go-to-dashboard project))))
nav-to-project
(mf/use-fn