This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user