implemented a few more edit contributions.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-07-18 15:43:55 +02:00
parent c0cadf2b9b
commit 540a6215e4
10 changed files with 148 additions and 171 deletions

View File

@@ -57,7 +57,7 @@ export class UploadSketch extends SketchContribution {
}
async uploadSketch(): Promise<void> {
const sketch = await this.getCurrentSketch();
const sketch = await this.currentSketch();
if (!sketch) {
return;
}