mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
added subscription modal
This commit is contained in:
@@ -58,6 +58,8 @@ class InputFieldElement extends BaseComponentElement {
|
||||
};
|
||||
|
||||
validateDisplay = () => {
|
||||
const active = this.appMain.activeElement;
|
||||
if (active.closest('app-link') || active.closest('a') || active.closest('button')) return;
|
||||
if (!this.validate()) {
|
||||
this.displayError = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user