mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
post-merge fix
This commit is contained in:
parent
d7a411f588
commit
17463c401f
@ -174,7 +174,7 @@ module.exports = createReactClass({
|
||||
} else {
|
||||
this._addAddressesToList([textInput]);
|
||||
}
|
||||
} else if (e.key === Key.COMMA || e.key === Key.TAB) {
|
||||
} else if (textInput && (e.key === Key.COMMA || e.key === Key.TAB)) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
this._addAddressesToList([textInput]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user