Skip to content

Commit

Permalink
IBX-7725: Applied prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Feb 23, 2024
1 parent 3e9acd8 commit e88ccf4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class IbexaCustomTagEditing extends Plugin {
</button>`;

domElement.innerHTML = `
<div class="ibexa-custom-tag__header-title" data-cke-tooltip-text="${customTagConfig.label}">${customTagConfig.label}</div>
<div class="ibexa-custom-tag__header-title" data-cke-tooltip-text="${customTagConfig.label}">${
customTagConfig.label
}</div>
<div class="ibexa-custom-tag__header-actions">
${Object.keys(customTagConfig.attributes).length ? attributesButton : ''}
<button type="button" class="ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--no-text ibexa-btn--remove-custom-tag">
Expand Down

0 comments on commit e88ccf4

Please sign in to comment.