Make mention blot non-contenteditable

This commit is contained in:
Fedor Indutny 2021-03-03 11:02:00 -08:00 committed by Josh Perez
parent 99bcad0bd9
commit c4dc3f3bcb

View file

@ -67,6 +67,6 @@ export class MentionBlot extends Embed {
constructor(node: Node) {
super(node);
this.contentNode.removeAttribute('contenteditable');
this.contentNode.setAttribute('contenteditable', 'false');
}
}