mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 17:31:43 +08:00
This commit is contained in:
parent
f5c12e1ba1
commit
8745d3c1db
@ -2677,11 +2677,11 @@ export class WYSIWYG {
|
|||||||
// TODO https://github.com/siyuan-note/siyuan/issues/14589 点击 video 也可以测试一下 https://github.com/siyuan-note/siyuan/issues/14569
|
// TODO https://github.com/siyuan-note/siyuan/issues/14589 点击 video 也可以测试一下 https://github.com/siyuan-note/siyuan/issues/14569
|
||||||
// https://github.com/siyuan-note/siyuan/issues/5901
|
// https://github.com/siyuan-note/siyuan/issues/5901
|
||||||
focusByRange(newRange);
|
focusByRange(newRange);
|
||||||
mobileBlur = false;
|
|
||||||
}
|
}
|
||||||
/// #if !MOBILE
|
/// #if !MOBILE
|
||||||
pushBack(protyle, newRange);
|
pushBack(protyle, newRange);
|
||||||
/// #endif
|
/// #endif
|
||||||
|
mobileBlur = false;
|
||||||
}, (isMobile() || isInIOS()) ? 520 : 0); // Android/iPad 双击慢了出不来
|
}, (isMobile() || isInIOS()) ? 520 : 0); // Android/iPad 双击慢了出不来
|
||||||
protyle.hint.enableExtend = false;
|
protyle.hint.enableExtend = false;
|
||||||
if (event.shiftKey) {
|
if (event.shiftKey) {
|
||||||
|
Loading…
Reference in New Issue
Block a user