Fix instance stats week/month tabs not responding after embed preload.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-10 13:50:25 +08:00
parent 6aaa328a24
commit 40dbafe851
4 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
global.toggleReviewMode();
}
}
if (!revisit && tab === "stats") {
if (tab === "stats") {
if (typeof global.initStatsSegmentFromUrl === "function") global.initStatsSegmentFromUrl();
}
if (tab === "settings" || tab === "env_config") {