Add jump to bottom button for right panel timeline (#7746)

This commit is contained in:
J. Ryan Stinnett 2022-02-08 17:35:03 +00:00 committed by GitHub
parent 0a45ae0781
commit bf8438cbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 25 deletions

View file

@ -21,7 +21,7 @@ import { _t } from '../../../languageHandler';
import AccessibleButton from '../elements/AccessibleButton';
interface IProps {
numUnreadMessages: number;
numUnreadMessages?: number;
highlight: boolean;
onScrollToBottomClick: (e: React.MouseEvent) => void;
}