Skip to content

Commit

Permalink
Fix #950
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 6, 2024
1 parent b69a3ca commit 1ebc94a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/monitor/monitor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const MonitorComponent = props => (
defaultClassNameDragging={styles.dragging}
disabled={!props.draggable}
onStop={props.onDragEnd}

// https://github.com/TurboWarp/scratch-gui/issues/950
enableUserSelectHack={false}
>
<Box
className={styles.monitorContainer}
Expand Down

0 comments on commit 1ebc94a

Please sign in to comment.