From 1fe412d03f341892393e4f25a98a1fe1fc5d422d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 5 Jan 2025 00:25:38 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13647 --- app/src/mobile/util/touch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/mobile/util/touch.ts b/app/src/mobile/util/touch.ts index b351b50a1..f0c6b6b6f 100644 --- a/app/src/mobile/util/touch.ts +++ b/app/src/mobile/util/touch.ts @@ -178,7 +178,7 @@ export const handleTouchMove = (event: TouchEvent) => { if(!document.querySelector("#keyboardToolbar").classList.contains("fn__none")) { return; } - // 只读状态下未选中内容时时禁止滑动 + // 只读状态下选中内容时时禁止滑动 if (getSelection().rangeCount > 0) { // 选中后扩选的情况 const range = getSelection().getRangeAt(0);