This commit is contained in:
2020-04-24 19:39:05 +00:00
parent a94cd94eb1
commit 957ff4a5d9

View File

@@ -753,7 +753,7 @@ export default {
//![alttexthere](https://www.ayanova.com/images/AyaNovaIcon256.png "title text here (tooltip)") //![alttexthere](https://www.ayanova.com/images/AyaNovaIcon256.png "title text here (tooltip)")
{ {
this.imageMenu = false; this.imageMenu = false;
this.selectedImageAttachment = null;
let url = null; let url = null;
if (ex == 1) { if (ex == 1) {
//it's an attachment //it's an attachment
@@ -783,6 +783,7 @@ export default {
} else { } else {
this.replaceSelectedText("![](" + url + ")"); this.replaceSelectedText("![](" + url + ")");
} }
this.selectedImageAttachment = null;
} }
break; break;
default: default: