diff --git a/js/components/WindowManager.tsx b/js/components/WindowManager.tsx index de3a58f7..28c773d5 100644 --- a/js/components/WindowManager.tsx +++ b/js/components/WindowManager.tsx @@ -60,8 +60,6 @@ class WindowManager extends React.Component { // The user may be clicking on full screen Milkdrop. return; } - // Prevent dragging from highlighting text. - e.preventDefault(); const [moving, stationary] = this.movingAndStationaryNodes(key);