mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
chore: clearing modal chain
This commit is contained in:
parent
c2b7204600
commit
c6a47e8ef8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ async function submitReport(): Promise<void> {
|
|||
}
|
||||
|
||||
Notifications.add("Report submitted. Thank you!", 1);
|
||||
void hide();
|
||||
void hide(true);
|
||||
}
|
||||
|
||||
function setup(modalEl: HTMLElement): void {
|
||||
|
|
Loading…
Reference in a new issue