diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index ac777580b..577bb311e 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -172,7 +172,7 @@ ${unicode2Emoji(emoji.unicode, true)}`; return; } // https://github.com/siyuan-note/siyuan/issues/5083 - if (this.splitChar === "/" || this.splitChar === "、") { + if (!isMobile() && (this.splitChar === "/" || this.splitChar === "、")) { clearTimeout(this.timeId); if (this.enableSlash) { this.genHTML(hintSlash(key, protyle), protyle);