This commit is contained in:
Rizky 2024-07-26 08:36:06 +07:00
parent 4287466145
commit c47089b34f
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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];