This commit is contained in:
Rizky 2024-02-05 11:11:02 +07:00
parent 74de7f44ad
commit a9576969fa
1 changed files with 4 additions and 1 deletions

View File

@ -283,7 +283,10 @@ export const edInitSync = (p: PG) => {
return false; return false;
} else { } else {
if (params.page_id !== p.page.cur.id) { if (
params.page_id !== p.page.cur.id &&
location.pathname.startsWith("/ed")
) {
reloadPage(p, params.page_id, "change page"); reloadPage(p, params.page_id, "change page");
return false; return false;
} }