mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-25 07:08:14 +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