update prettier

This commit is contained in:
Olivier Gagnon
2021-09-22 12:56:55 -04:00
parent c1945ab12e
commit 66a2adaeb4
31 changed files with 63988 additions and 2704 deletions
+4 -4
View File
@@ -16,15 +16,15 @@ export function createStatusText(text: string): void {
statusElement.style.display = "none";
statusElement.classList.remove("status-text");
};
if (x !== undefined) {
clearTimeout(x);
// Likely not needed due to clearTimeout, but just in case...
x = undefined;
// reset the element's animation
statusElement.style.animation = 'none';
setTimeout(function() {
statusElement.style.animation = '';
statusElement.style.animation = "none";
setTimeout(function () {
statusElement.style.animation = "";
}, 10);
}