Skip to content

Commit 36670f7

Browse files
committed
🐛 fix toggleForceDesktop dispatch not being caught by reducer
1 parent 28d54bd commit 36670f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const COLLAPSE_CONSOLE = 'COLLAPSE_CONSOLE';
6262

6363
export const UPDATE_LINT_MESSAGE = 'UPDATE_LINT_MESSAGE';
6464
export const CLEAR_LINT_MESSAGE = 'CLEAR_LINT_MESSAGE';
65+
export const TOGGLE_FORCE_DESKTOP = 'TOGGLE_FORCE_DESKTOP';
6566

6667
export const UPDATE_FILE_NAME = 'UPDATE_FILE_NAME';
6768
export const DELETE_FILE = 'DELETE_FILE';

client/modules/IDE/pages/MobileIDEView.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const MobileIDEView = (props) => {
132132
subtitle={selectedFile.name}
133133
>
134134
<NavItem>
135+
135136
<IconButton
136137
onClick={toggleNavDropdown}
137138
icon={MoreIcon}

0 commit comments

Comments
 (0)