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
1 changed files with 0 additions and 1 deletions

View File

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