mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
parent
7abeebc672
commit
aaa763214b
@ -68,6 +68,7 @@ export class Omnibox extends Component {
|
||||
}
|
||||
|
||||
if (evt.key === 'Enter') {
|
||||
evt.preventDefault();
|
||||
if (this.state.selected !== '') {
|
||||
this.navigate(this.state.selected);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user