This commit is contained in:
Rizky 2024-07-28 03:48:08 +07:00
parent a515918d03
commit 0dcd02aaee
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export const edInitSync = (p: PG) => {
p.render(); p.render();
}, },
async code_changes({ ts, mode, status }) { async code_changes({ ts, mode, status }) {
if (mode === "frontend" && !w.pointer_active) { if (mode === "frontend") {
if (status === "ok") { if (status === "ok") {
console.clear(); console.clear();
console.log( console.log(