feat: add user feedback form with DB persistence and email notifications #81
@@ -78,9 +78,8 @@ export function FeedbackPage() {
|
||||
triggerRef.current?.focus()
|
||||
break
|
||||
case 'Tab':
|
||||
if (typeDropdownOpen) {
|
||||
setTypeDropdownOpen(false)
|
||||
setHighlightedIndex(-1)
|
||||
if (typeDropdownOpen && highlightedIndex >= 0) {
|
||||
handleSelectType(FEEDBACK_TYPES[highlightedIndex].value)
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user