1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00

Update ComposeModal, fixes #2198

This commit is contained in:
Daniel Supernault 2020-05-22 15:42:15 -06:00
parent 29ce725c70
commit 1f59d55d11
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -616,7 +616,6 @@ export default {
mediaWatcher() { mediaWatcher() {
let self = this; let self = this;
$(document).on('change', '#pf-dz', function(e) { $(document).on('change', '#pf-dz', function(e) {
e.preventDefault();
self.mediaUpload(); self.mediaUpload();
}); });
}, },