mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🚨
This commit is contained in:
parent
62cbcf63e5
commit
25ddad5957
9 changed files with 14 additions and 15 deletions
|
|
@ -271,7 +271,7 @@ const initBar = () => {
|
|||
});
|
||||
resizeTabs();
|
||||
});
|
||||
document.getElementById("toolbarVIP").addEventListener("click", (event) => {
|
||||
document.getElementById("toolbarVIP").addEventListener("click", () => {
|
||||
const dialogSetting = openSetting();
|
||||
dialogSetting.element.querySelector('.b3-tab-bar [data-name="account"]').dispatchEvent(new CustomEvent("click"));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue