mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 remove close btn https://github.com/siyuan-note/siyuan/issues/5290
This commit is contained in:
parent
743b559351
commit
cb44439d66
4 changed files with 4 additions and 9 deletions
|
|
@ -287,7 +287,8 @@ export const globalShortcut = () => {
|
|||
<ul class="b3-list b3-list--background">${tabHtml}</ul>
|
||||
</div>
|
||||
<div class="fn__hr"></div>
|
||||
</div>`
|
||||
</div>`,
|
||||
disableClose: true
|
||||
});
|
||||
switchDialog.element.addEventListener(isMac() ? "contextmenu" : "click", (event) => {
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue