There was an error while loading. Please reload this page.
2 parents 3a8ab6e + 17463c4 commit 0140338Copy full SHA for 0140338
src/components/views/dialogs/AddressPickerDialog.js
@@ -174,7 +174,7 @@ module.exports = createReactClass({
174
} else {
175
this._addAddressesToList([textInput]);
176
}
177
- } else if (e.key === Key.COMMA || e.key === Key.TAB) {
+ } else if (textInput && (e.key === Key.COMMA || e.key === Key.TAB)) {
178
e.stopPropagation();
179
e.preventDefault();
180
0 commit comments