mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
[Bug] Fix mask editor saving (#2979)
This commit is contained in:
@@ -381,7 +381,7 @@ export class ComfyApp {
|
|||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
prop.value = value
|
prop.value = value
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
prop.callback(value)
|
prop.callback?.(value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user