diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 17:47:53 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 17:47:53 -0600 |
commit | 55a8a8fa4c6c025c12f13afa69df493fe06f1cc9 (patch) | |
tree | 1c8e4e60a9d194b5d46e2217f3e24c0277726bdb /src/App.web.tsx | |
parent | dcd396153cf68fc1947b39eaac90e1b3866c6a25 (diff) | |
download | voidsky-55a8a8fa4c6c025c12f13afa69df493fe06f1cc9.tar.zst |
Sync browser navigation with app
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index 1c6efba8f..84d3b6cd6 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -16,6 +16,7 @@ function App() { view.setup() setupState().then(store => { setRootStore(store) + store.nav.bindWebNavigation() getInitialURL().then(url => { if (url) { store.nav.handleLink(url) |