We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcd6d1 commit 07e0d7aCopy full SHA for 07e0d7a
ui/arduino/store.js
@@ -287,7 +287,6 @@ function store(state, emitter) {
287
if (folder !== 'null' && folder !== null) {
288
localStorage.setItem('diskPath', folder)
289
state.diskPath = folder
290
- // state.diskFiles = files
291
}
292
if (!state.isFilesOpen) emitter.emit('show-files')
293
emitter.emit('update-files')
@@ -616,7 +615,6 @@ function store(state, emitter) {
616
615
log('navigate-to', device, localPath)
617
state.blocking = true
618
emitter.emit('render')
619
- // localPath = localPath || '/'
620
if (device === 'serial') {
621
state.serialNavigation = serial.getNavigationPath(
622
state.serialNavigation, localPath
0 commit comments