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:
Jay Pfaffman 2022-03-03 06:20:43 -08:00 committed by GitHub
parent 4401e83c5f
commit bd353201e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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");