We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63371 commit f06384bCopy full SHA for f06384b
ui/arduino2/store.js
@@ -567,6 +567,9 @@ async function store(state, emitter) {
567
return f.fileName === file.fileName && f.source === source
568
})
569
if (!event.ctrlKey && !event.metaKey) {
570
+ // state.selectedBoardFiles and state.selectedDiskFiles are newly
571
+ // created at the end of the toggle state, hence here we remove the
572
+ // files from the section currently being clicked on
573
state.selectedFiles = deselectFilesFromSource(source, state.selectedFiles)
574
}
575
0 commit comments