mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
b55bdb2214
commit
ca98c1f086
1 changed files with 3 additions and 1 deletions
|
|
@ -596,7 +596,9 @@ export class WYSIWYG {
|
|||
if (!startFirstElement) {
|
||||
startFirstElement = firstElement;
|
||||
}
|
||||
} else if (!firstBlockElement) {
|
||||
} else if (!firstBlockElement &&
|
||||
// https://github.com/siyuan-note/siyuan/issues/7580
|
||||
moveEvent.clientY < protyle.wysiwyg.element.lastElementChild.getBoundingClientRect().bottom) {
|
||||
firstBlockElement = protyle.wysiwyg.element.firstElementChild as HTMLElement;
|
||||
}
|
||||
let selectElements: Element[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue