This commit is contained in:
2020-10-09 18:16:15 +00:00
parent 057596d85e
commit 47f7662bd9
3 changed files with 10 additions and 7 deletions

View File

@@ -771,6 +771,12 @@ export default {
let url = null;
if (ex == 1) {
if (
!this.selectedImageAttachment ||
!this.selectedImageAttachment.url
) {
return;
}
//it's an attachment
url = this.selectedImageAttachment.url;
if (!this.imageText) {