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

pull/5333/head
Jonas Geiler 8 months ago
parent 80a4eff1f1
commit 6d20c85e91
No known key found for this signature in database

@ -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);
}, },

Loading…
Cancel
Save