[Bug] Fix mask editor saving (#2979)

This commit is contained in:
Chenlei Hu
2025-03-11 10:13:18 -04:00
committed by GitHub
parent db6a25a092
commit ebb030c401

View File

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