Skip to content

Commit c8e14fe

Browse files
committed
revert
1 parent 2fd30ea commit c8e14fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cm/touchSelectionMenu.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,6 @@ class TouchSelectionMenuController {
621621
return;
622622
}
623623

624-
const moved = this.#moveCursorToCoords(clientX, clientY);
625-
if (moved != null) {
626-
event.preventDefault();
627-
event.stopPropagation();
628-
this.#view.focus();
629-
}
630624
this.#selectionActive = false;
631625
this.#hideMenu();
632626
this.#removeSelectionHandles();

0 commit comments

Comments
 (0)