Open first search candidate on pressing "enter" key
This commit is contained in:
parent
db523f0684
commit
01efed8ec3
9 changed files with 218 additions and 14 deletions
|
@ -424,8 +424,8 @@ story.add('Search: all results', () => (
|
|||
messageResults: {
|
||||
isLoading: false,
|
||||
results: [
|
||||
{ id: 'msg1', conversationId: 'foo' },
|
||||
{ id: 'msg2', conversationId: 'bar' },
|
||||
{ id: 'msg1', type: 'outgoing', conversationId: 'foo' },
|
||||
{ id: 'msg2', type: 'incoming', conversationId: 'bar' },
|
||||
],
|
||||
},
|
||||
primarySendsSms: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue