mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🚨
This commit is contained in:
parent
f8fc8ff9b1
commit
dc31b18fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele
|
|||
return true;
|
||||
}
|
||||
});
|
||||
if (target.parentElement.classList.contains('b3-chip--current')) {
|
||||
if (target.parentElement.classList.contains("b3-chip--current")) {
|
||||
updateConfig(element, {
|
||||
removed: true,
|
||||
sort: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue