mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
BUG: fix issue with unexpected closing of tag filter dropdown
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user