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:
commit
dd4cc56384
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue