Make use of the KeyBindingsManager in the ScrollPanel
Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com>
This commit is contained in:
parent
57cd8afbc4
commit
be00320def
2 changed files with 12 additions and 21 deletions
|
@ -444,6 +444,7 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||
case RoomAction.RoomScrollDown:
|
||||
case RoomAction.JumpToFirstMessage:
|
||||
case RoomAction.JumpToLatestMessage:
|
||||
// pass the event down to the scroll panel
|
||||
this._onScrollKeyPressed(ev);
|
||||
handled = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue