🐛 Fixed timing issue in margin slider
This commit is contained in:
parent
34373afe26
commit
dc61c767fe
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const DraftSettingMargin = props => {
|
|||
setValue(newValue);
|
||||
if (evt.type !== "mousemove") props.updateValue("margin", newValue);
|
||||
} else {
|
||||
if (evt.type !== "mousemove") props.updateValue("margin", newValue);
|
||||
props.updateValue("margin", value);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue