mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 09:16:09 +01:00
🐛
This commit is contained in:
parent
5a4f347590
commit
2686538641
1 changed files with 3 additions and 1 deletions
|
|
@ -1714,7 +1714,9 @@ export class WYSIWYG {
|
|||
} else {
|
||||
hideElements(["toolbar"], protyle);
|
||||
}
|
||||
countSelectWord(range);
|
||||
if (!protyle.wysiwyg.element.querySelector(".protyle-wysiwyg--select")) {
|
||||
countSelectWord(newRange);
|
||||
}
|
||||
pushBack(protyle, newRange);
|
||||
}, isMobile() ? 520 : 0); // Android 双击慢了出不来
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue