Handle cmd+shift+e keyboard shortcut

This commit is contained in:
Josh Perez 2022-12-02 19:40:33 -05:00 committed by GitHub
parent 1109415dc1
commit bc4f3dcd01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

View file

@ -218,6 +218,7 @@ export class TimelineItem extends React.PureComponent<PropsType> {
<TimelineMessage
{...this.props}
{...item.data}
isSelected={isSelected}
shouldCollapseAbove={shouldCollapseAbove}
shouldCollapseBelow={shouldCollapseBelow}
shouldHideMetadata={shouldHideMetadata}