Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 1, 2023
1 parent 22e7849 commit 0fde1c1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ const resetBlockTypesCodeBlockRule = {
onReset: unwrapCodeBlock,
};

const a = createPlugins([
createCaptionPlugin({
options: { pluginKeys: [ELEMENT_IMAGE, ELEMENT_MEDIA_EMBED] },
}),
]);

export const plugins = createPlugins(
[
// Nodes
Expand All @@ -182,7 +176,6 @@ export const plugins = createPlugins(
createHorizontalRulePlugin(),
createLinkPlugin({
renderAfterEditable: LinkFloatingToolbar as RenderAfterEditable,

}),
createImagePlugin(),
createMediaEmbedPlugin(),
Expand Down

0 comments on commit 0fde1c1

Please sign in to comment.