Skip to content

Commit 6874fd2

Browse files
committed
1 parent 0f00ed9 commit 6874fd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/editorManager.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ async function EditorManager($header, $body) {
220220

221221
const touchSelectionUpdateExtension = EditorView.updateListener.of(
222222
(update) => {
223+
console.group("touchSelectionUpdate");
224+
console.group("touchSelectionController:", touchSelectionController);
225+
console.groupEnd();
223226
if (!touchSelectionController) return;
224227
const pointerTriggered = update.transactions.some(
225228
(tr) =>

0 commit comments

Comments
 (0)