Skip to content

Commit

Permalink
fix: Show the Postpone success notice for a bit longer
Browse files Browse the repository at this point in the history
It's not always readable at all on my mobile devices, by the time
the results have been redrawn.
  • Loading branch information
claremacrae committed Dec 16, 2023
1 parent 96a52ae commit eb9462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,6 @@ class QueryRenderChild extends MarkdownRenderChild {
button.disabled = true;

const successMessage = postponementSuccessMessage(postponedDate, updatedDateType);
new Notice(successMessage, 1000);
new Notice(successMessage, 2000);
}
}

0 comments on commit eb9462f

Please sign in to comment.