mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
[TS] Remove unintended type assertion
This commit is contained in:
@@ -717,7 +717,7 @@ export class ComfyApp {
|
|||||||
#addAfterConfigureHandler() {
|
#addAfterConfigureHandler() {
|
||||||
const app = this
|
const app = this
|
||||||
const onConfigure = app.graph.onConfigure
|
const onConfigure = app.graph.onConfigure
|
||||||
app.graph.onConfigure = function (this: LGraph, ...args) {
|
app.graph.onConfigure = function (...args) {
|
||||||
fixLinkInputSlots(this)
|
fixLinkInputSlots(this)
|
||||||
|
|
||||||
// Fire callbacks before the onConfigure, this is used by widget inputs to setup the config
|
// Fire callbacks before the onConfigure, this is used by widget inputs to setup the config
|
||||||
|
|||||||
Reference in New Issue
Block a user