mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 23:39:45 +00:00
Remove getTime workaround and Node.js type bleeding (#723)
- Removes legacy timer workaround (redundant on Chrome v6 / Node.js v16) - Removes old type workarounds - Improves type inference speed
This commit is contained in:
@@ -375,7 +375,6 @@ export class LGraph implements LinkNetwork, Serialisable<SerialisableGraph> {
|
||||
on_frame()
|
||||
} else {
|
||||
// execute every 'interval' ms
|
||||
// @ts-expect-error
|
||||
this.execution_timer_id = setInterval(() => {
|
||||
// execute
|
||||
this.onBeforeStep?.()
|
||||
|
||||
Reference in New Issue
Block a user