fix
This commit is contained in:
parent
4287466145
commit
c47089b34f
File diff suppressed because one or more lines are too long
|
|
@ -63,6 +63,7 @@ export const initDevLiveReload = () => {
|
|||
});
|
||||
} else if (msg.type === SyncType.Event) {
|
||||
if (w.pointer_active) return;
|
||||
console.clear()
|
||||
if (msg.event === "page_changed") {
|
||||
const id = msg.data.map.id;
|
||||
const page = base.page.cache[id];
|
||||
|
|
|
|||
Loading…
Reference in New Issue