Commit 68bc68b
fix(frontend): Fix filter modal not closing on Escape key
Remove the isFilterModeActive check from the Escape key handler in
FacetDropdown. This fixes a race condition where KeyboardShortcuts
would clear the filter mode state before FacetDropdown could handle
the Escape key, leaving the regular dropdown open instead of closing.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 381e0b4 commit 68bc68b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments