Prevent conversation up/down when showing search results
This commit is contained in:
parent
79b9408f1f
commit
bb02fa3a7e
2 changed files with 7 additions and 4 deletions
|
@ -70,6 +70,7 @@ const stickersDuck = require('../../ts/state/ducks/stickers');
|
|||
const userDuck = require('../../ts/state/ducks/user');
|
||||
|
||||
const conversationsSelectors = require('../../ts/state/selectors/conversations');
|
||||
const searchSelectors = require('../../ts/state/selectors/search');
|
||||
|
||||
// Migrations
|
||||
const {
|
||||
|
@ -286,6 +287,7 @@ exports.setup = (options = {}) => {
|
|||
};
|
||||
const Selectors = {
|
||||
conversations: conversationsSelectors,
|
||||
search: searchSelectors,
|
||||
};
|
||||
|
||||
const State = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue