fix(gui): trigger single select dropdown on clicking anywhere in the cell(td)

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-01 16:23:49 +05:30
parent 493c7e7b33
commit 24a1a2ca64
2 changed files with 29 additions and 14 deletions

View File

@@ -273,7 +273,6 @@ const onTagClick = (e: Event, onClose: Function) => {
}
}
const cellClickHook = inject(CellClickHookInj)
const toggleMenu = () => {