mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
fbf7d1f174
commit
d9b42b5029
1 changed files with 1 additions and 1 deletions
|
|
@ -1094,7 +1094,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
if (!selectText.trim() && (nodeElement.querySelector("tr") || nodeElement.querySelector("span"))) {
|
||||
// 没选中时,都是纯文本就创建子文档 https://ld246.com/article/1663073488381/comment/1664804353295#comments
|
||||
} else {
|
||||
if (!selectText.trim()) {
|
||||
if (!selectText.trim() && getContenteditableElement(nodeElement).textContent) {
|
||||
selectAll(protyle, nodeElement, range);
|
||||
}
|
||||
getSavePath(protyle.path, protyle.notebookId, (pathString) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue