Shorten the submenu hover delay

Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-07-13 18:10:36 -07:00 committed by GitHub
parent 40ae23704e
commit 6922b700e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -489,9 +489,11 @@ export class ConversationHeader extends React.Component<PropsType, StateType> {
return (
<ContextMenu id={triggerId}>
{disableTimerChanges ? null : (
<SubMenu title={disappearingTitle}>{expireDurations}</SubMenu>
<SubMenu hoverDelay={1} title={disappearingTitle}>
{expireDurations}
</SubMenu>
)}
<SubMenu title={muteTitle}>
<SubMenu hoverDelay={1} title={muteTitle}>
{muteOptions.map(item => (
<MenuItem
key={item.name}