Fix applyFilterToMediaSave passing options to image.addEventListener instead of canvas.toBlob

This commit is contained in:
Jonas Geiler 2024-10-20 13:19:41 +02:00
parent 80a4eff1f1
commit 6d20c85e91
No known key found for this signature in database

View file

@ -1813,8 +1813,8 @@ export default {
self.updateFilteringMedia(); self.updateFilteringMedia();
}).catch(err => { }).catch(err => {
}); });
}); }, media.mime, 0.9);
}, media.mime, 0.9); });
ctx.clearRect(0, 0, image.width, image.height); ctx.clearRect(0, 0, image.width, image.height);
}, },