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