This commit is contained in:
2020-04-18 01:09:47 +00:00
parent cab1b37af5
commit 4d1375064e

View File

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