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>");