Fix name of SaveWEBM node for applying output filename text replacements (#3021)

Co-authored-by: ozbayb <17261091+ozbayb@users.noreply.github.com>
This commit is contained in:
drozbay
2025-03-13 11:52:16 -06:00
committed by GitHub
parent 067a0ea376
commit fe5e4e0d8a

View File

@@ -11,7 +11,7 @@ app.registerExtension({
if (
nodeData.name === 'SaveImage' ||
nodeData.name === 'SaveAnimatedWEBP' ||
nodeData.name === 'SaveAnimatedWEBM'
nodeData.name === 'SaveWEBM'
) {
const onNodeCreated = nodeType.prototype.onNodeCreated
// When the SaveImage node is created we want to override the serialization of the output name widget to run our S&R