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