mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
d7f6456424
commit
abc87f9500
4 changed files with 183 additions and 78 deletions
|
|
@ -259,6 +259,8 @@ export class Files extends Model {
|
|||
this.getLeaf(target, notebookId);
|
||||
this.setCurrent(target, false);
|
||||
}
|
||||
this.element.querySelector('[select-end="true"]')?.removeAttribute("select-end");
|
||||
this.element.querySelector('[select-start="true"]')?.removeAttribute("select-start");
|
||||
window.siyuan.menus.menu.remove();
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue