Skip to content

Commit ed7f839

Browse files
committed
Removed unnecessary shortcutsContext member.
1 parent 4c648a3 commit ed7f839

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/arduino/store.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ async function store(state, emitter) {
5858

5959
state.isTerminalBound = false
6060

61-
state.shortcutsContext = 'editor'
62-
6361
const newFile = createEmptyFile({
6462
parentFolder: null, // Null parent folder means not saved?
6563
source: 'disk'

0 commit comments

Comments
 (0)