disable spell check for pills in the new composer
This commit is contained in:
parent
c219f925c6
commit
2683627a82
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class PillPart extends BasePart {
|
|||
|
||||
toDOMNode() {
|
||||
const container = document.createElement("span");
|
||||
container.setAttribute("spellcheck", "false");
|
||||
container.className = this.className;
|
||||
container.appendChild(document.createTextNode(this.text));
|
||||
this.setAvatar(container);
|
||||
|
|
Loading…
Reference in a new issue