There was an error while loading. Please reload this page.
1 parent d7a411f commit 17463c4Copy full SHA for 17463c4
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