fix #1998 (Keep documents view find element from disappearing if width gets too small)
This commit is contained in:
parent
cfbeecd21e
commit
f710d39567
2 changed files with 19 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue