Skip to content

Commit

Permalink
[home] fix bug 70592
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 1, 2024
1 parent 7f449cd commit 3691323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/loginpage/src/panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 3691323

Please sign in to comment.