mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
BUG: add issue fix for tag dropdown close on column drag
This commit is contained in:
@@ -291,9 +291,12 @@ export function customTagFilter(cell, onRendered, success, cancel, params) {
|
||||
});
|
||||
input.addEventListener("focus", (e) => {
|
||||
e.stopPropagation();
|
||||
|
||||
openDropdown();
|
||||
});
|
||||
input.addEventListener("blur", (e) => {
|
||||
e.stopPropagation();
|
||||
clearFilter();
|
||||
});
|
||||
|
||||
container.appendChild(input);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user