mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Fix submission menu disappearing when video ends
This commit is contained in:
@@ -131,7 +131,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
|
|||||||
{/* Sponsor Time List */}
|
{/* Sponsor Time List */}
|
||||||
<tr id={"sponsorSkipNoticeMiddleRow" + this.state.idSuffix}
|
<tr id={"sponsorSkipNoticeMiddleRow" + this.state.idSuffix}
|
||||||
className="sponsorTimeMessagesRow"
|
className="sponsorTimeMessagesRow"
|
||||||
style={{maxHeight: (this.contentContainer().v.offsetHeight - 200) + "px"}}
|
style={{maxHeight: (this.contentContainer().v?.offsetHeight - 200) + "px"}}
|
||||||
onMouseDown={(e) => e.stopPropagation()}>
|
onMouseDown={(e) => e.stopPropagation()}>
|
||||||
<td style={{width: "100%"}}>
|
<td style={{width: "100%"}}>
|
||||||
{this.getSponsorTimeMessages()}
|
{this.getSponsorTimeMessages()}
|
||||||
|
|||||||
Reference in New Issue
Block a user