This commit is contained in:
parent
1e78d0a040
commit
78497c40d0
1 changed files with 5 additions and 3 deletions
|
@ -486,11 +486,13 @@ export class WYSIWYG {
|
|||
documentSelf.ondragstart = null;
|
||||
documentSelf.onselectstart = null;
|
||||
documentSelf.onselect = null;
|
||||
focusBlock(nodeElement);
|
||||
lastCellElement.insertAdjacentHTML("beforeend", `<div aria-label="${window.siyuan.languages.dragFill}" class="av__drag-fill ariaLabel"></div>`)
|
||||
if (lastCellElement) {
|
||||
focusBlock(nodeElement);
|
||||
lastCellElement.insertAdjacentHTML("beforeend", `<div aria-label="${window.siyuan.languages.dragFill}" class="av__drag-fill ariaLabel"></div>`)
|
||||
this.preventClick = true;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
this.preventClick = true;
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue