From 414ccf69d997335cd6f8dd659a10030cd79b059c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 26 Oct 2023 07:25:40 +0000 Subject: [PATCH] Update web contents --- assets/dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/dist/index.js b/assets/dist/index.js index 15e7c8f7..ec4daaf0 100644 --- a/assets/dist/index.js +++ b/assets/dist/index.js @@ -7331,6 +7331,7 @@ class NavigationView extends coroutine_1.Coroutine { super(async function* () { return this.finally((0, listener_1.bind)(window, 'popstate', ev => { if (!(0, state_1.isTransitable)(page_1.page.state) || !(0, state_1.isTransitable)(window.history.state)) return; + // Prevent updates by frames. if ((0, url_1.standardize)(window.location.href) === page_1.page.url.href) return; listener(ev); }));