Skip to content

Commit 405d1ee

Browse files
authored
Merge branch 'master' into 443_retain_wrapped_lines_copy
2 parents 0a99f65 + 5f9ad5c commit 405d1ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/SelectionManager.ts

+3
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ export class SelectionManager extends EventEmitter {
348348
return;
349349
}
350350

351+
// Tell the browser not to start a regular selection
352+
event.preventDefault();
353+
351354
// Reset drag scroll state
352355
this._dragScrollAmount = 0;
353356

0 commit comments

Comments
 (0)