]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/drop-paste-handling.js
Updated attachment links to have dropdown for open type
[bookstack] / resources / js / wysiwyg / drop-paste-handling.js
index 1da13c88835dcd0a4d1f24e644289ddb9c019792..ace74dd334e03c8a17bcfbf527ae3d178ac44295 100644 (file)
@@ -43,7 +43,6 @@ function paste(editor, options, event) {
                 editor.dom.replace(newEl, id);
             }).catch(err => {
                 editor.dom.remove(id);
-                // TODO - Check we have this translation
                 window.$events.emit('error', options.translations.imageUploadErrorText);
                 console.log(err);
             });