fix double slider hit spot on update

This commit is contained in:
zombieFox
2021-09-12 23:15:19 +01:00
parent f647cdf792
commit 8ed50b6356

View File

@ -246,6 +246,8 @@ export const Control_sliderDouble = function({
updateControl(); updateControl();
}; };
this.rightClip();
}; };
}; };