Skip to content

Commit

Permalink
fix: decorateRichtext on reload of a block
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu authored Feb 23, 2024
1 parent 8b15458 commit 59c1b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ async function applyChanges(event) {
block.insertAdjacentElement('afterend', newBlock);
decorateButtons(newBlock);
decorateIcons(newBlock);
decorateRichtext(newBlock);
decorateBlock(newBlock);
await loadBlock(newBlock);
block.remove();
Expand Down

0 comments on commit 59c1b9d

Please sign in to comment.