Aditional changes to avoid user problems

This commit is contained in:
André 2024-02-21 10:18:27 -03:00
parent aedd9216a1
commit 447997930f

View File

@ -24,6 +24,10 @@ const PollContainer = (props) => {
type: ACTIONS.SET_SIDEBAR_CONTENT_PANEL,
value: PANELS.CHAT,
});
layoutContextDispatch({
type: ACTIONS.SET_ID_CHAT_OPEN,
value: PUBLIC_CHAT_KEY,
});
};
const sidebarContent = layoutSelectInput((i) => i.sidebarContent);