This commit is contained in:
hufeixiong
2021-07-12 21:08:03 +08:00
parent e18ce0f635
commit 09e69a9239

View File

@@ -107,7 +107,7 @@ export const innerContainerDragUp = function (config: UserConfig) {
const onMouseUp = (e: React.MouseEvent) => {
e.preventDefault();
wrapperMoveMouseUp();
selectRangeMouseUp(e);
selectRangeMouseUp(e, config);
if (innerDragState.ref && innerDragState.ref.current) {
innerDragState.ref.current.style.cursor = 'default';
innerDragState.ref.current.style.willChange = 'auto';