This commit is contained in:
@@ -405,7 +405,7 @@ export default {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
//replace attachment urls with tokenized local urls
|
//replace attachment urls with tokenized local urls
|
||||||
let src = this.localVal.replace(/\[ATTACH:(.*)\]/, function(match, p1) {
|
let src = this.localVal.replace(/\[ATTACH:(.*)\]/g, function(match, p1) {
|
||||||
return window.$gz.api.downloadUrl(p1);
|
return window.$gz.api.downloadUrl(p1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user