From 9092b98b28bf21ac942ffe96aab149f780b93ee6 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 24 Dec 2023 01:52:16 +0000 Subject: [PATCH] accounts: hide previous date example in extend expiry --- ts/modules/accounts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index d56d7ac..55ae9d8 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -1746,6 +1746,8 @@ export class accountsList { } } this._extendExpiryTextInput.value = ""; + this._usingExtendExpiryTextInput = false; + this._extendExpiryDate.classList.add("unfocused"); this._displayExpiryDate(); window.modals.extendExpiry.show(); }