mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 Fix go to main component in another file
This commit is contained in:
parent
3192b55836
commit
64bb322de5
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@
|
||||||
#(st/emit! (dw/set-annotations-id-for-create id))
|
#(st/emit! (dw/set-annotations-id-for-create id))
|
||||||
|
|
||||||
do-navigate-component-file
|
do-navigate-component-file
|
||||||
#(st/emit! (dwl/nav-to-component-file library-id))
|
#(st/emit! (dw/go-to-main-instance library-id component-id))
|
||||||
|
|
||||||
do-show-component
|
do-show-component
|
||||||
#(if local-component?
|
#(if local-component?
|
||||||
|
|
Loading…
Reference in a new issue