wip fix
This commit is contained in:
parent
74de7f44ad
commit
a9576969fa
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue