fix window resize regression
This commit is contained in:
parent
bd50c75bb6
commit
84b818655e
3 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ oml.ui.rightPanel = function() {
|
|||
oml.$ui.viewPanel.options({size: data.size});
|
||||
oml.$ui.filtersOuterPanel.updateElement();
|
||||
oml.$ui.list.size();
|
||||
oml.$ui.itemViewPanel.options({size: data.size})
|
||||
oml.$ui.itemViewPanel.options({size: data.size});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue