Aditional changes to avoid user problems
This commit is contained in:
parent
aedd9216a1
commit
447997930f
@ -24,6 +24,10 @@ const PollContainer = (props) => {
|
|||||||
type: ACTIONS.SET_SIDEBAR_CONTENT_PANEL,
|
type: ACTIONS.SET_SIDEBAR_CONTENT_PANEL,
|
||||||
value: PANELS.CHAT,
|
value: PANELS.CHAT,
|
||||||
});
|
});
|
||||||
|
layoutContextDispatch({
|
||||||
|
type: ACTIONS.SET_ID_CHAT_OPEN,
|
||||||
|
value: PUBLIC_CHAT_KEY,
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const sidebarContent = layoutSelectInput((i) => i.sidebarContent);
|
const sidebarContent = layoutSelectInput((i) => i.sidebarContent);
|
||||||
|
Loading…
Reference in New Issue
Block a user