forked from 0x2620/pandora
wait longer befire triggering resize again
This commit is contained in:
parent
f2749df845
commit
c53ded75b7
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ pandora.ui.embedPlayer = function() {
|
|||
.bindEvent({
|
||||
fullscreen: function(data) {
|
||||
Ox.Fullscreen.toggle();
|
||||
setTimeout(that.resizePanel);
|
||||
setTimeout(that.resizePanel, 100);
|
||||
},
|
||||
open: function() {
|
||||
$player.options({paused: true});
|
||||
|
|
Loading…
Reference in a new issue