Skip to content

Commit 0dfbce3

Browse files
committed
fix playground output text selection
1 parent d5906ae commit 0dfbce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Playground.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,6 @@ let make = (~versions: array<string>) => {
16011601
}
16021602

16031603
let onMouseMove = e => {
1604-
ReactEvent.Mouse.preventDefault(e)
16051604
let position = layout == Row ? ReactEvent.Mouse.clientX(e) : ReactEvent.Mouse.clientY(e)
16061605
onMove(position)
16071606
}

0 commit comments

Comments
 (0)