Skip to content

Commit

Permalink
editor: decrease embed extension priority
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Dec 5, 2022
1 parent 2fdbc9c commit e17bd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/extensions/embed/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const EmbedNode = Node.create<EmbedOptions>({
content: "",
marks: "",
draggable: true,
priority: 50,

addOptions() {
return {
Expand Down

0 comments on commit e17bd79

Please sign in to comment.