fix: 🐛

This commit is contained in:
codytseng
2025-05-08 09:52:33 +08:00
parent 23f6032808
commit ee6780dc69

View File

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