Save peopleDrawer visibility in localStorage

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-11-15 09:23:59 +05:30
parent e1df53fdc4
commit e5ec2a2ea2
7 changed files with 30 additions and 16 deletions
+7
View File
@@ -7,6 +7,13 @@ function toggleMarkdown() {
});
}
function togglePeopleDrawer() {
appDispatcher.dispatch({
type: cons.actions.settings.TOGGLE_PEOPLE_DRAWER,
});
}
export {
toggleMarkdown,
togglePeopleDrawer,
};