mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-06 04:06:32 +00:00
fixed the save-as contribution.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
d9f4adfb78
commit
747f5d6a14
@ -36,8 +36,8 @@ export class ApplicationShell extends TheiaApplicationShell {
|
||||
}
|
||||
}
|
||||
|
||||
async save(): Promise<void> {
|
||||
await super.save();
|
||||
async saveAll(): Promise<void> {
|
||||
await super.saveAll();
|
||||
await this.commandService.executeCommand(SaveAsSketch.Commands.SAVE_AS_SKETCH.id, { execOnlyIfTemp: true, openAfterMove: true });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user