Skip to content

Commit

Permalink
Add delay after submitted before refreshing submissions for that video
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Apr 9, 2024
1 parent a5bed61 commit 7c3b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submission/submitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class SubmitButton {
Config.forceLocalUpdate("unsubmitted");
}

replaceCurrentVideoBranding().catch(logError);
setTimeout(() => replaceCurrentVideoBranding().catch(logError), 1100);

return true;
} else {
Expand Down

0 comments on commit 7c3b92d

Please sign in to comment.