From 20d89cbb0e4f3dcefa8b0edc7ed8f18123a6d78b Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Fri, 15 Apr 2022 13:25:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B5=20=D1=84?= =?UTF-8?q?=D0=BE=D1=80=D0=BC=D1=8B=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20?= =?UTF-8?q?=D1=83=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup/src/components/mocks/script.ts | 3 +++ popup/src/components/mocks/template.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/popup/src/components/mocks/script.ts b/popup/src/components/mocks/script.ts index eb849b2..dd1c5c2 100644 --- a/popup/src/components/mocks/script.ts +++ b/popup/src/components/mocks/script.ts @@ -20,6 +20,7 @@ export default class Mocks extends Vue { mode!: Mode showLoader = false + isHidden = false registers = new Registers() register2Id: Record = {} @@ -31,6 +32,7 @@ export default class Mocks extends Vue { onPersonalCodeChanged () { this.registers.reset() this.showLoader = false + this.isHidden = false this.refreshMocks() } @@ -115,6 +117,7 @@ export default class Mocks extends Vue { }) .then(() => { this.showLoader = false + this.isHidden = true }) } diff --git a/popup/src/components/mocks/template.html b/popup/src/components/mocks/template.html index b15d0fa..ccfa339 100644 --- a/popup/src/components/mocks/template.html +++ b/popup/src/components/mocks/template.html @@ -1,4 +1,4 @@ -
+