Fix help page not closing from keybind

This commit is contained in:
Ajay
2022-06-09 14:02:23 -04:00
parent 32a3cb2cfe
commit 25c04a49c1
4 changed files with 7 additions and 6 deletions

View File

@@ -163,7 +163,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();
}