mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Merge pull request #2068 from matrix-org/t3chguy/slate_cont2
fix 2nd typo in one PR :(
This commit is contained in:
commit
48fbf1406f
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
// when in autocomplete mode and selection changes hide the autocomplete.
|
||||
// Selection changes when we enter text so use a heuristic to compare documents without doing it recursively
|
||||
if (this.autocomplete.state.completionList.length > 0 && !this.autocomplete.state.hide &&
|
||||
this.state.editorState.document.text !== editorState.document.text &&
|
||||
this.state.editorState.document.text === editorState.document.text &&
|
||||
!rangeEquals(this.state.editorState.selection, editorState.selection))
|
||||
{
|
||||
this.autocomplete.hide();
|
||||
|
|
Loading…
Reference in a new issue