mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
b48d5450b4
commit
5f3b95d080
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ export class Files extends Model {
|
||||||
break;
|
break;
|
||||||
} else if (isNotCtrl(event) && target.classList.contains("b3-list-item__toggle")) {
|
} else if (isNotCtrl(event) && target.classList.contains("b3-list-item__toggle")) {
|
||||||
this.getLeaf(target.parentElement, notebookId);
|
this.getLeaf(target.parentElement, notebookId);
|
||||||
this.setCurrent(target.parentElement);
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
window.siyuan.menus.menu.remove();
|
window.siyuan.menus.menu.remove();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue