Skip to content

Commit cd21d6e

Browse files
committed
Defining renamingTab on state
1 parent da22e5d commit cd21d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/arduino2/store.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ async function store(state, emitter) {
2424
state.creatingFile = null
2525
state.renamingFile = null
2626
state.creatingFolder = null
27+
state.renamingTab = null
2728

2829
state.availablePorts = []
2930

0 commit comments

Comments
 (0)