fix order of the navigation example
This commit is contained in:
parent
93ef11096f
commit
df346147b0
1 changed files with 1 additions and 1 deletions
|
@ -62,8 +62,8 @@ function Content() {
|
||||||
<ButtonItem
|
<ButtonItem
|
||||||
layout="below"
|
layout="below"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
Navigation.CloseSideMenus();
|
|
||||||
Navigation.Navigate("/decky-plugin-test");
|
Navigation.Navigate("/decky-plugin-test");
|
||||||
|
Navigation.CloseSideMenus();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Router
|
Router
|
||||||
|
|
Loading…
Reference in a new issue