[TS] Remove unintended type assertion

This commit is contained in:
filtered
2025-05-04 09:10:56 +10:00
parent 3e90d00236
commit 97445f6d51

View File

@@ -717,7 +717,7 @@ export class ComfyApp {
#addAfterConfigureHandler() {
const app = this
const onConfigure = app.graph.onConfigure
app.graph.onConfigure = function (this: LGraph, ...args) {
app.graph.onConfigure = function (...args) {
fixLinkInputSlots(this)
// Fire callbacks before the onConfigure, this is used by widget inputs to setup the config