From 369132399392c331d1d618b07ad321a5d7dfc68c Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Tue, 1 Oct 2024 19:40:45 +0300 Subject: [PATCH] [home] fix bug 70592 --- common/loginpage/src/panels.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/loginpage/src/panels.js b/common/loginpage/src/panels.js index c0fa8359d..22a595900 100644 --- a/common/loginpage/src/panels.js +++ b/common/loginpage/src/panels.js @@ -131,9 +131,9 @@ function onActionClick(e) { $('.action-panel').hide(); $('.action-panel.' + action).show(0,()=>{ // bug: recent panel has the wrong height if 'wellcome' panel is showed firstly - if (action == 'recent') { - app.controller.recent.view.updatelistsize(); - } + // if (action == 'recent') { + // app.controller.recent.view.updateListSize(); + // } }); CommonEvents.fire('panel:show', [action]);