mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Don't prevent text selection with preventDefault
We should use `user-select: none;` for this. I think all places are already doing this.
This commit is contained in:
parent
6132acdf2c
commit
059669f3e5
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ class WindowManager extends React.Component<Props> {
|
|||
// The user may be clicking on full screen Milkdrop.
|
||||
return;
|
||||
}
|
||||
// Prevent dragging from highlighting text.
|
||||
e.preventDefault();
|
||||
|
||||
const [moving, stationary] = this.movingAndStationaryNodes(key);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue