mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
f5b7def958
commit
8f3bc2f22c
1 changed files with 1 additions and 2 deletions
|
|
@ -272,11 +272,10 @@ export class Outline extends Model {
|
|||
documentSelf.onselect = null;
|
||||
ghostElement.remove();
|
||||
item.style.opacity = "";
|
||||
|
||||
if (!selectItem) {
|
||||
selectItem = this.element.querySelector(".dragover__top, .dragover__bottom, .dragover");
|
||||
}
|
||||
if (selectItem) {
|
||||
if (selectItem && selectItem.className.indexOf("dragover") > -1) {
|
||||
getAllModels().editor.find(editItem => {
|
||||
if (editItem.editor.protyle.block.rootID === this.blockId) {
|
||||
let previousID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue