Browse Source

fix: 🐛

imwald
codytseng 10 months ago
parent
commit
ee6780dc69
  1. 2
      src/PageManager.tsx

2
src/PageManager.tsx

@ -229,7 +229,7 @@ export function PageManager({ maxStackSize = 5 }: { maxStackSize?: number }) {
} }
return newStack return newStack
}) })
}) }, 10)
} }
const popSecondaryPage = () => { const popSecondaryPage = () => {

Loading…
Cancel
Save