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(); }