Update ComposeModal, fixes #2198

pull/2199/head
Daniel Supernault 5 years ago
parent 29ce725c70
commit 1f59d55d11
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save