[Bug] Fix mask editor saving (#2979)

This commit is contained in:
Chenlei Hu
2025-03-11 10:13:18 -04:00
committed by Chenlei Hu
parent d7f3719e52
commit 1fffe6020b

View File

@@ -381,7 +381,7 @@ export class ComfyApp {
// @ts-expect-error
prop.value = value
// @ts-expect-error
prop.callback(value)
prop.callback?.(value)
}
}
})