Skip to content
Snippets Groups Projects
Commit a59ee9a3 authored by Nicolas PAGNY's avatar Nicolas PAGNY
Browse files

force close dropDown when use order function

parent 13ca268c
No related branches found
No related tags found
1 merge request!231force close dropDown when use order function
......@@ -67,6 +67,9 @@ const EcogesturesList: React.FC = () => {
}
const toggleSort = () => {
setascendingSort(prev => !prev)
if (openDropDown == true) {
toggleDropDown()
}
}
const handleKeypress = (
e: React.KeyboardEvent<HTMLDivElement>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment