mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 列表回车后,左键全选无法选中
This commit is contained in:
parent
006ebea747
commit
59a966884b
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ export const selectAll = (protyle: IProtyle, nodeElement: Element, range: Range)
|
|||
lastChild = lastChild.lastChild as HTMLElement;
|
||||
}
|
||||
}
|
||||
// 列表回车后,左键全选无法选中
|
||||
focusByRange(range);
|
||||
protyle.toolbar.render(protyle, range);
|
||||
countSelectWord(range, protyle.block.rootID);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue