This commit is contained in:
Vanessa 2022-11-30 23:55:03 +08:00
parent b46d003c0d
commit f8f60be8a6

View file

@ -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();