Fix litegraph

This commit is contained in:
space-nuko
2023-05-18 02:34:43 -05:00
parent a25a78305b
commit 709cd3d5f8
3 changed files with 2 additions and 3 deletions

View File

@@ -172,7 +172,7 @@
});
setTimeout(function () {
kl.klApp?.out("yo");
kl?.klApp?.out("yo");
}, 1000);
}