mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 21:52:33 +01:00
This commit is contained in:
parent
0aed11045c
commit
eda34f2c7e
2 changed files with 11 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ export class Wnd {
|
|||
}
|
||||
return;
|
||||
}
|
||||
it.classList.remove("layout-tab-bars--drag");
|
||||
if (!newTabHeaderElement.isSameNode(oldTabHeaderElement) &&
|
||||
((oldTabHeaderElement.classList.contains("item--pin") && newTabHeaderElement.classList.contains("item--pin")) ||
|
||||
(!oldTabHeaderElement.classList.contains("item--pin") && !newTabHeaderElement.classList.contains("item--pin")))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue