fix #2130 (Documents view: Icon list doesn't properly resize on sidebar collapse)
This commit is contained in:
parent
0ac0121c97
commit
8b684f973b
2 changed files with 7 additions and 1 deletions
|
|
@ -393,6 +393,10 @@ pandora.ui.documentsPanel = function(options) {
|
|||
}
|
||||
});
|
||||
|
||||
if (isItemView) {
|
||||
pandora.$ui.documentsList = $list;
|
||||
}
|
||||
|
||||
that.bindEvent(
|
||||
'pandora_documentsselection.' + (isItemView ? ui.item.toLowerCase() : ''),
|
||||
selectDocuments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue