mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-15 22:38:32 +00:00
Fix board selector synchronization (#1214)
* prevent deselecting a board from the board selctor * orrectly update board selector when baord config changes
This commit is contained in:

committed by
GitHub

parent
1f7c2eb52c
commit
8610332afc
@@ -17,7 +17,7 @@ export class OpenBoardsConfig extends Contribution {
|
||||
execute: async (query?: string | undefined) => {
|
||||
const boardsConfig = await this.boardsConfigDialog.open(query);
|
||||
if (boardsConfig) {
|
||||
this.boardsServiceProvider.boardsConfig = boardsConfig;
|
||||
return (this.boardsServiceProvider.boardsConfig = boardsConfig);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user