From ee6780dc691253a76396a01ed55c8b39022e3878 Mon Sep 17 00:00:00 2001 From: codytseng Date: Thu, 8 May 2025 09:52:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PageManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PageManager.tsx b/src/PageManager.tsx index 853d4773..05e69c5e 100644 --- a/src/PageManager.tsx +++ b/src/PageManager.tsx @@ -229,7 +229,7 @@ export function PageManager({ maxStackSize = 5 }: { maxStackSize?: number }) { } return newStack }) - }) + }, 10) } const popSecondaryPage = () => {