mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
Merge branch 'master' of https://github.com/jagenjo/litegraph.js
This commit is contained in:
@@ -784,7 +784,7 @@
|
||||
window.requestAnimationFrame(on_frame);
|
||||
if(that.onBeforeStep)
|
||||
that.onBeforeStep();
|
||||
that.runStep(1, !this.catch_errors);
|
||||
that.runStep(1, !that.catch_errors);
|
||||
if(that.onAfterStep)
|
||||
that.onAfterStep();
|
||||
}
|
||||
@@ -795,7 +795,7 @@
|
||||
//execute
|
||||
if(that.onBeforeStep)
|
||||
that.onBeforeStep();
|
||||
that.runStep(1, !this.catch_errors);
|
||||
that.runStep(1, !that.catch_errors);
|
||||
if(that.onAfterStep)
|
||||
that.onAfterStep();
|
||||
}, interval);
|
||||
|
||||
Reference in New Issue
Block a user