[IMPROVE] Tooltip added for Kebab menu on chat header (#20116)

pull/20181/head
yash-rajpal 5 years ago committed by GitHub
parent c753a63ba0
commit 3745fd5591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      client/views/room/Header/ToolBox/ToolBox.tsx

@ -81,6 +81,7 @@ const ToolBox = ({ className }: { className: BoxProps['className'] }): JSX.Eleme
})}
{ actions.length > 6 && <Menu
tiny={!isMobile}
title={t('Options')}
maxHeight='initial'
className={className}
aria-keyshortcuts='alt'

Loading…
Cancel
Save