forked from 0x2620/pandora
add more missing resize handlers for clip views
This commit is contained in:
parent
8416b0deac
commit
8b68a36e73
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ pandora.ui.rightPanel = function() {
|
|||
}
|
||||
} else {
|
||||
pandora.$ui.browser.scrollToSelection();
|
||||
if (pandora.user.ui.itemView == 'video') {
|
||||
if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clips.size();
|
||||
} else if (pandora.user.ui.itemView == 'video') {
|
||||
pandora.$ui.player.options({width: data.size});
|
||||
} else if (pandora.user.ui.itemView == 'timeline') {
|
||||
pandora.$ui.editor.options({width: data.size});
|
||||
|
|
Loading…
Reference in a new issue