mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 06:24:06 +01:00
This commit is contained in:
parent
8dc43cb22d
commit
9c45a296ae
3 changed files with 55 additions and 47 deletions
|
|
@ -210,4 +210,8 @@ export class Tab {
|
|||
this.headElement.querySelector(".item__text").classList.remove("fn__none");
|
||||
}
|
||||
}
|
||||
|
||||
public close() {
|
||||
this.parent.removeTab(this.id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue