Skip to content

Commit f6fe20f

Browse files
committed
Resize editor on disconnect
1 parent a725c41 commit f6fe20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/arduino/store.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function store(state, emitter) {
6969
state.isTerminalOpen = false
7070
state.serialFiles = []
7171
emitter.emit('render')
72+
resizeEditor(state)
7273
})
7374
emitter.on('connect', async (path) => {
7475
log('connect')

0 commit comments

Comments
 (0)