forked from 0x2620/pandora
update isClipView and infoView resize
This commit is contained in:
parent
e2d74849f0
commit
dd800d0b01
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ pandora.resizeWindow = function() {
|
|||
} else {
|
||||
pandora.$ui.browser.scrollToSelection();
|
||||
if (pandora.user.ui.itemView == 'info') {
|
||||
pandora.$ui.item.resize();
|
||||
pandora.$ui.item.resize && pandora.$ui.item.resize();
|
||||
} else if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clipList.size();
|
||||
} else if (pandora.user.ui.itemView == 'timeline') {
|
||||
|
|
Loading…
Reference in a new issue