update
This commit is contained in:
@@ -107,7 +107,7 @@ export const innerContainerDragUp = function (config: UserConfig) {
|
|||||||
const onMouseUp = (e: React.MouseEvent) => {
|
const onMouseUp = (e: React.MouseEvent) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
wrapperMoveMouseUp();
|
wrapperMoveMouseUp();
|
||||||
selectRangeMouseUp(e);
|
selectRangeMouseUp(e, config);
|
||||||
if (innerDragState.ref && innerDragState.ref.current) {
|
if (innerDragState.ref && innerDragState.ref.current) {
|
||||||
innerDragState.ref.current.style.cursor = 'default';
|
innerDragState.ref.current.style.cursor = 'default';
|
||||||
innerDragState.ref.current.style.willChange = 'auto';
|
innerDragState.ref.current.style.willChange = 'auto';
|
||||||
|
Reference in New Issue
Block a user