fix pt 4
This commit is contained in:
parent
3ab619799a
commit
bc19164c25
@ -87,9 +87,8 @@ class PlayerData {
|
|||||||
|
|
||||||
// player size observer may not be strictly necessary here
|
// player size observer may not be strictly necessary here
|
||||||
onPlayerDimensionsChanged(mutationList, observer, context) {
|
onPlayerDimensionsChanged(mutationList, observer, context) {
|
||||||
console.log("context:", context, "this:", this);
|
if (this?.checkPlayerSizeChange()) {
|
||||||
if (context.checkPlayerSizeChange()) {
|
this.videoData.resizer.restore();
|
||||||
context.videoData.resizer.restore();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user