Add missing JumpToOldestUnread action
This commit is contained in:
parent
601be50b71
commit
ef7284e69d
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue