This commit is contained in:
Byron Holldorf 2021-07-25 22:15:22 -03:00 committed by GitHub
commit 86ec0ed4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,10 @@
return index + 1;
}
}
});
return index;
}).sort();
};
ns.PiskelController.prototype.hasVisibleFrameAt = function (index) {