Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-9787: remove redundant class manipulation, now handled by Redux #1011

Merged
merged 1 commit into from
Mar 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion actions/global_actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ export function toggleSideBarRightMenuAction() {
dispatch(closeRightHandSide());
dispatch(closeLhs());
dispatch(closeRhsMenu());
document.querySelector('.app__body .sidebar--menu').classList.remove('move--left');
}

export function emitBrowserFocus(focus) {
Expand Down