This commit is contained in:
@@ -347,7 +347,7 @@ export default {
|
|||||||
|
|
||||||
clickQuote() {
|
clickQuote() {
|
||||||
this.getSelectedRange();
|
this.getSelectedRange();
|
||||||
if (this.selection.hasSelection) {
|
if (this.selection.hasSelection) {
|
||||||
this.replaceSelectedBlock("\n>" + this.getSelectedBlock() + "\n");
|
this.replaceSelectedBlock("\n>" + this.getSelectedBlock() + "\n");
|
||||||
} else {
|
} else {
|
||||||
this.replaceSelectedText("\n>");
|
this.replaceSelectedText("\n>");
|
||||||
|
|||||||
Reference in New Issue
Block a user