This commit is contained in:
2020-04-24 20:48:34 +00:00
parent 83c699dd10
commit 4dc4e4e982

View File

@@ -897,8 +897,6 @@ export default {
let atFile = vm.attachments[j];
if (upFile.name == atFile.name) {
//found it
console.log("upload inserting found file:", atFile);
this.insertUrl(atFile.url, atFile.name);
break;
}