Another attempt at label fix.

This commit is contained in:
T. H. Wright 2019-11-13 11:43:47 -05:00
parent 989e3c0d23
commit 29ce3d8085

View File

@ -74,7 +74,7 @@ api.addToolbarPopupMenuOptionsCallback(() => {
api.modifyClass("controller:composer", {
actions: {
strikethrough() {
this.get("toolbarEvent").applySurround("<s>", "</s>", "strikethrough_prompt");
this.get("toolbarEvent").applySurround("<s>", "</s>", "strikethrough_text");
},
floatleft() {
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");