mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 03:51:21 -05:00
🐛 Fix view only reset
This commit is contained in:
parent
3873f477d6
commit
2396b54e15
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