mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
7e09c1b704
commit
ee46c6cb01
3 changed files with 24 additions and 14 deletions
|
|
@ -471,7 +471,7 @@ export class Files extends Model {
|
|||
});
|
||||
window.siyuan.dragElement = undefined;
|
||||
/// #if !BROWSER
|
||||
ipcRenderer.send(Constants.SIYUAN_SEND_WINDOWS, {cmd: "resetTabsStyle"});
|
||||
ipcRenderer.send(Constants.SIYUAN_SEND_WINDOWS, {cmd: "resetTabsStyle", data: "rmDragStyle"});
|
||||
/// #else
|
||||
document.querySelectorAll(".layout-tab-bars--drag").forEach(item => {
|
||||
item.classList.remove("layout-tab-bars--drag");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue