FIX: use * when apply italics in the editor instead of _ (#7063)

This commit is contained in:
Erick Guan
2019-02-27 10:36:14 +01:00
committed by Régis Hanol
parent 326d892f5e
commit e1d1073273
2 changed files with 4 additions and 4 deletions
@@ -80,7 +80,7 @@ class Toolbar {
icon: "italic",
label: getButtonLabel("composer.italic_label", "I"),
shortcut: "I",
perform: e => e.applySurround("_", "_", "italic_text")
perform: e => e.applySurround("*", "*", "italic_text")
});
if (opts.showLink) {