fix: is same orientaiton (#3905)

This commit is contained in:
Pedro H. Köhler 2024-01-19 10:21:22 -03:00 committed by GitHub
parent 9bb00d71fa
commit 31b837fa90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ function processSingleframe(instances) {
}
function _isSameOrientation(iop1, iop2) {
if (iop1 === undefined || !iop2 === undefined) {
if (iop1 === undefined || iop2 === undefined) {
return;
}