Update head_tag.html
Fixes: ``` To prevent errors in tests, add a `pluginId` key to your `modifyClass` call. This will ensure the modification is only applied once. ```
This commit is contained in:
parent
4401e83c5f
commit
bd353201e3
@ -75,6 +75,7 @@ api.addToolbarPopupMenuOptionsCallback(() => {
|
||||
});
|
||||
|
||||
api.modifyClass("controller:composer", {
|
||||
pluginId: 'md-composer-extras',
|
||||
actions: {
|
||||
floatleft() {
|
||||
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
|
||||
|
Loading…
Reference in New Issue
Block a user