Skip to content

Commit ca33316

Browse files
committed
Remove event.stopPropagation()
Fixes #202
1 parent 8bbc470 commit ca33316

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Split.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export class Split extends React.PureComponent<SplitProps> {
109109

110110
private onMouseMove = (event: MouseEvent | TouchEvent) => {
111111
event.preventDefault();
112-
event.stopPropagation();
113112

114113
this.throttledUpdatePercentage(event);
115114
};

0 commit comments

Comments
 (0)