fix: is same orientaiton (#3905)
This commit is contained in:
parent
9bb00d71fa
commit
31b837fa90
@ -184,7 +184,7 @@ function processSingleframe(instances) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _isSameOrientation(iop1, iop2) {
|
function _isSameOrientation(iop1, iop2) {
|
||||||
if (iop1 === undefined || !iop2 === undefined) {
|
if (iop1 === undefined || iop2 === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user