Skip to content

Commit

Permalink
[prefab] Fix redo on multi-range
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Dec 18, 2024
1 parent 1ef9736 commit 2732456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hide/comp/PropsEditor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ class PropsField extends Component {
setVal(oldVal, true, true);
} else {
trace("Redo", newVal);
setVal(newVal, false, true);
setVal(newVal, true, true);
}
}));
setVal(multiRange.value, false, false);
Expand Down

0 comments on commit 2732456

Please sign in to comment.