mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 04:05:16 +01:00
This commit is contained in:
parent
f58c2df52c
commit
1eaec1d180
4 changed files with 18 additions and 17 deletions
|
|
@ -17,9 +17,9 @@ export const onWindowsMsg = (ipcData: IWebSocketData) => {
|
|||
case "resetTabsStyle":
|
||||
document.querySelectorAll(".layout-tab-bars--drag").forEach(item => {
|
||||
item.classList.remove("layout-tab-bars--drag");
|
||||
item.querySelectorAll(".layout-tab-bar li[data-clone='true']").forEach(tabItem => {
|
||||
tabItem.remove();
|
||||
});
|
||||
});
|
||||
document.querySelectorAll(".layout-tab-bar li[data-clone='true']").forEach(tabItem => {
|
||||
tabItem.remove();
|
||||
});
|
||||
break;
|
||||
case "lockscreen":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue