Skip to content

Commit

Permalink
fix: show RT embed button for only inline resource
Browse files Browse the repository at this point in the history
  • Loading branch information
veu committed Nov 9, 2023
1 parent 65e4693 commit a0ae893
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const EmbedEntityWidget = ({ isDisabled, canInsertBlocks }: EmbedEntityWi
blockEntryEmbedEnabled ||
blockResourceEmbedEnabled ||
inlineEntryEmbedEnabled ||
inlineResourceEmbedEnabled ||
blockAssetEmbedEnabled;

return showEmbedButton ? (
Expand Down

0 comments on commit a0ae893

Please sign in to comment.