This commit is contained in:
Vanessa 2024-08-18 16:38:31 +08:00
parent f8fc8ff9b1
commit dc31b18fd0

View file

@ -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,