🚨
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
Reference in a new issue