mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Make mention blot non-contenteditable
This commit is contained in:
committed by
Josh Perez
parent
99bcad0bd9
commit
c4dc3f3bcb
@@ -67,6 +67,6 @@ export class MentionBlot extends Embed {
|
||||
constructor(node: Node) {
|
||||
super(node);
|
||||
|
||||
this.contentNode.removeAttribute('contenteditable');
|
||||
this.contentNode.setAttribute('contenteditable', 'false');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user