mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
This commit is contained in:
parent
b46d003c0d
commit
f8f60be8a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1847,7 +1847,7 @@ export class WYSIWYG {
|
|||
/// #if !MOBILE
|
||||
pushBack(protyle, newRange);
|
||||
/// #endif
|
||||
}, isMobile() ? 520 : 0); // Android 双击慢了出不来
|
||||
}, (isMobile() || window.webkit?.messageHandlers) ? 520 : 0); // Android/iPad 双击慢了出不来
|
||||
protyle.hint.enableEmoji = false;
|
||||
if (window.siyuan.shiftIsPressed) {
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue