mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 03:28:07 +01:00
This commit is contained in:
parent
2dd29470aa
commit
66d7eabf5a
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
|
|||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue