Skip to content

Commit 8845cb8

Browse files
committed
ctrl+5
1 parent 1bbab99 commit 8845cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gui/gui.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const GUIComponent = props => {
215215
key: i,
216216
ctrl: true
217217
}, () => {
218-
if (i > 0 && i < 5) props.onActivateTab(parseInt(i, 10) - 1);
218+
if (i > 0 && i <= 5) props.onActivateTab(parseInt(i, 10) - 1);
219219
});
220220
}
221221

0 commit comments

Comments
 (0)