mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user