fix #2130 (Documents view: Icon list doesn't properly resize on sidebar collapse)

This commit is contained in:
rolux 2014-02-02 19:10:01 +05:30
commit 8b684f973b
2 changed files with 7 additions and 1 deletions

View file

@ -393,6 +393,10 @@ pandora.ui.documentsPanel = function(options) {
}
});
if (isItemView) {
pandora.$ui.documentsList = $list;
}
that.bindEvent(
'pandora_documentsselection.' + (isItemView ? ui.item.toLowerCase() : ''),
selectDocuments