mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-25 08:58:27 +03:00
Add keybind for previewing a segment
This commit is contained in:
@@ -56,6 +56,10 @@ class SubmissionNotice {
|
||||
submit(): void {
|
||||
this.noticeRef.current?.submit?.();
|
||||
}
|
||||
|
||||
scrollToBottom(): void {
|
||||
this.noticeRef.current?.scrollToBottom?.();
|
||||
}
|
||||
}
|
||||
|
||||
export default SubmissionNotice;
|
||||
Reference in New Issue
Block a user