Skip to content

Commit

Permalink
fix playground output text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Jan 7, 2024
1 parent d5906ae commit 0dfbce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Playground.res
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,6 @@ let make = (~versions: array<string>) => {
}

let onMouseMove = e => {
ReactEvent.Mouse.preventDefault(e)
let position = layout == Row ? ReactEvent.Mouse.clientX(e) : ReactEvent.Mouse.clientY(e)
onMove(position)
}
Expand Down

0 comments on commit 0dfbce3

Please sign in to comment.