mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
3f0a49dcae
commit
6d04fdc017
1 changed files with 1 additions and 2 deletions
|
|
@ -342,9 +342,8 @@ export class Dock {
|
|||
item.parent.switchTab(item.headElement);
|
||||
return true;
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
this.element.querySelectorAll(`.dock__item--active[data-index="${index}"]`).forEach(item => {
|
||||
item.classList.remove("dock__item--active", "dock__item--activefocus");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue