From 75773a3e2014e6cd15c0f245480c9260b5dee625 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 2 Sep 2022 21:29:01 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Search/SelectGenreDialog/SelectGenreDialog.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue b/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue index 621a838..34c5e47 100644 --- a/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue +++ b/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue @@ -89,8 +89,9 @@ class GenreSelectDialog { } async init() { - //await this.$refs.dialog.waitShown(); - //this.$refs.box.style.height = `${document.body.clientHeight - 160}px`; + await this.$refs.dialog.waitShown(); + //чтобы не скакало при поиске + this.$refs.box.style.height = `${document.body.clientHeight - 160}px`; } get nodes() {