diff options
author | Ajay <[email protected]> | 2022-06-22 13:34:15 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-22 13:34:15 -0400 |
commit | 023b875b0fee9561a1e5b8b41f753ac942e23b4b (patch) | |
tree | 9b8c81557cd6713113852e6e615e0d2ddb1f73a1 /src/components | |
parent | 82b027159e9b02061ee93374ad3b56a3d6bf3ca7 (diff) | |
parent | 6b4da2584784645f0b723db8451e340a02cdf247 (diff) | |
download | SponsorBlock-023b875b0fee9561a1e5b8b41f753ac942e23b4b.tar.gz SponsorBlock-023b875b0fee9561a1e5b8b41f753ac942e23b4b.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/SubmissionNoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx index 3abaf933..7997303b 100644 --- a/src/components/SubmissionNoticeComponent.tsx +++ b/src/components/SubmissionNoticeComponent.tsx @@ -170,7 +170,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S this.guidelinesReminder?.close(); this.noticeRef.current.close(true); - this.contentContainer().resetSponsorSubmissionNotice(); + this.contentContainer().resetSponsorSubmissionNotice(false); this.props.closeListener(); } |