Vanessa 2024-03-29 21:29:57 +08:00
parent e0adb2f60c
commit 4fe420a242

View file

@ -273,6 +273,9 @@ export class Outline extends Model {
ghostElement.remove();
item.style.opacity = "";
if (!selectItem) {
selectItem = this.element.querySelector(".dragover__top, .dragover__bottom, .dragover");
}
if (selectItem) {
getAllModels().editor.find(editItem => {
if (editItem.editor.protyle.block.rootID === this.blockId) {