1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Add missing JumpToOldestUnread action

This commit is contained in:
Clemens Zeidler
2021-03-01 22:15:05 +13:00
parent 601be50b71
commit ef7284e69d
2 changed files with 3 additions and 1 deletions

View File

@@ -668,7 +668,7 @@ export default class RoomView extends React.Component<IProps, IState> {
this.jumpToLiveTimeline();
handled = true;
break;
case RoomAction.ScrollUp:
case RoomAction.JumpToOldestUnread:
this.jumpToReadMarker();
handled = true;
break;