From 4d1375064edd4d4c6e2b24ccc0d46060b198e84e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 18 Apr 2020 01:09:47 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 5607dd00..231e6833 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -347,7 +347,7 @@ export default { clickQuote() { this.getSelectedRange(); - if (this.selection.hasSelection) { + if (this.selection.hasSelection) { this.replaceSelectedBlock("\n>" + this.getSelectedBlock() + "\n"); } else { this.replaceSelectedText("\n>");