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