diff --git a/webapp/components/Editor/nodes/LegacyEmbed.js b/webapp/components/Editor/nodes/LegacyEmbed.js index 9c583cf54..0d308a356 100644 --- a/webapp/components/Editor/nodes/LegacyEmbed.js +++ b/webapp/components/Editor/nodes/LegacyEmbed.js @@ -40,6 +40,7 @@ export default class Embed extends Node { }, group: 'inline', inline: true, + selectable: false, parseDOM: [ { tag: 'a[href].embed',