This commit is contained in:
themancalledjakob 2024-03-16 15:08:13 +01:00
parent 424053f080
commit 4282909d88

View file

@ -563,7 +563,6 @@ const Record = function(tp) {
});
}
});
//setTimeout(() => {
promises.push(() => {
return new Promise((subResolve) => {
tp.addKeyframes(layer, keyframes).then(() => {
@ -573,7 +572,6 @@ const Record = function(tp) {
});
})
});
//}, 2000);
});
sequencialPromises(promises, () => {
Object.keys(hot).forEach((layerID) => {