Skip to content

Commit

Permalink
fix: merge richtexts
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Feb 13, 2024
1 parent cead44c commit fb901ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {
decorateIcons,
loadBlock,
} from './aem.js';
// eslint-disable-next-line import/no-unresolved
import { decorateRichtext } from './editor-support-rte.js';

const connectionPrefix = 'urn:aemconnection:';

Expand Down Expand Up @@ -47,6 +49,7 @@ async function handleEditorUpdate(event) {
// decorate buttons and icons
decorateButtons(parentElement);
decorateIcons(parentElement);
decorateRichtext(parentElement);
return;
}
}
Expand Down

0 comments on commit fb901ef

Please sign in to comment.