BUG: fix issue with unexpected closing of tag filter dropdown

This commit is contained in:
Ivymaster
2026-06-30 14:20:04 +02:00
parent f9b3939d09
commit eb885bfea7
@@ -293,10 +293,6 @@ export function customTagFilter(cell, onRendered, success, cancel, params) {
e.stopPropagation();
openDropdown();
});
input.addEventListener("blur", (e) => {
e.stopPropagation();
clearFilter();
});
container.appendChild(input);