We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a725c41 commit f6fe20fCopy full SHA for f6fe20f
ui/arduino/store.js
@@ -69,6 +69,7 @@ function store(state, emitter) {
69
state.isTerminalOpen = false
70
state.serialFiles = []
71
emitter.emit('render')
72
+ resizeEditor(state)
73
})
74
emitter.on('connect', async (path) => {
75
log('connect')
0 commit comments