Merge pull request #3356 from Human-Connection/2727-fix-disappearing-embed-text

fix: Text of editor embeds disappearing on click [2727]

Quick fix to at least stop the text from disappearing. Embeds need a general overhaul, which is being tracked in #3395
This commit is contained in:
Raphael Beer 2020-04-16 12:48:56 +02:00 committed by GitHub
commit 32e5801d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ export default class Embed extends Node {
},
group: 'inline',
inline: true,
selectable: false,
parseDOM: [
{
tag: 'a[href].embed',