mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 16:51:18 -05:00
🐛 Fix incorrect navegation event to component main instance
when the main instance is located in the same file but a different page
This commit is contained in:
parent
ceb10bd43c
commit
4c6e0c1651
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@
|
|||
#(st/emit! (dw/set-annotations-id-for-create id))
|
||||
|
||||
do-show-local-component
|
||||
#(st/emit! (dwl/go-to-local-component component-id))
|
||||
#(st/emit! (dwl/go-to-local-component :id component-id))
|
||||
|
||||
;; When the show-remote is after a restore, the component may still be deleted
|
||||
do-show-remote-component
|
||||
|
|
Loading…
Add table
Reference in a new issue