fix #1998 (Keep documents view find element from disappearing if width gets too small)

This commit is contained in:
rolux 2014-02-17 11:44:16 +00:00
commit f710d39567
2 changed files with 19 additions and 1 deletions

View file

@ -42,7 +42,7 @@ pandora.ui.rightPanel = function() {
} else {
pandora.$ui.browser.scrollToSelection();
if (pandora.user.ui.itemView == 'documents') {
pandora.$ui.documentsList.size();
pandora.$ui.documents.updateSize();
} else if (pandora.user.ui.itemView == 'clips') {
pandora.$ui.clipList.size();
} else if (pandora.user.ui.itemView == 'timeline') {