Don't intercept TAB on the app outside of the composer, fix tabIndex > 0
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7160922b77
commit
5643743167
7 changed files with 6 additions and 11 deletions
|
@ -553,7 +553,7 @@ export default class BasicMessageEditor extends React.Component {
|
|||
<div
|
||||
className="mx_BasicMessageComposer_input"
|
||||
contentEditable="true"
|
||||
tabIndex="1"
|
||||
tabIndex="0"
|
||||
onBlur={this._onBlur}
|
||||
onFocus={this._onFocus}
|
||||
onPaste={this._onPaste}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue