Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
pythongosssss committed Jan 23, 2024
1 parent 1edf963 commit 4559458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/extensions/core/groupNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ export class GroupNodeHandler {

widget.options.values = input[0];

if (widget.name !== "image" && !widget.options.values.includes(widget.value)) {
if (old.inputName !== "image" && !widget.options.values.includes(widget.value)) {
widget.value = widget.options.values[0];
widget.callback(widget.value);
}
Expand Down

0 comments on commit 4559458

Please sign in to comment.