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