This commit is contained in:
@@ -897,8 +897,6 @@ export default {
|
|||||||
let atFile = vm.attachments[j];
|
let atFile = vm.attachments[j];
|
||||||
if (upFile.name == atFile.name) {
|
if (upFile.name == atFile.name) {
|
||||||
//found it
|
//found it
|
||||||
console.log("upload inserting found file:", atFile);
|
|
||||||
|
|
||||||
this.insertUrl(atFile.url, atFile.name);
|
this.insertUrl(atFile.url, atFile.name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user