about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-24 17:47:53 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-24 17:47:53 -0600
commit55a8a8fa4c6c025c12f13afa69df493fe06f1cc9 (patch)
tree1c8e4e60a9d194b5d46e2217f3e24c0277726bdb /src/App.web.tsx
parentdcd396153cf68fc1947b39eaac90e1b3866c6a25 (diff)
downloadvoidsky-55a8a8fa4c6c025c12f13afa69df493fe06f1cc9.tar.zst
Sync browser navigation with app
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx1
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)