mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-17 22:29:27 +00:00
Improve remote sketchbook explorer (#459)
* Refactor remote sketchbook explorer * sketches sorting
This commit is contained in:
@@ -35,6 +35,10 @@ export class CloudSketchbookCompositeWidget extends BaseWidget {
|
||||
this.id = 'cloud-sketchbook-composite-widget';
|
||||
}
|
||||
|
||||
public getTreeWidget(): CloudSketchbookTreeWidget {
|
||||
return this.cloudSketchbookTreeWidget;
|
||||
}
|
||||
|
||||
protected onAfterAttach(message: Message): void {
|
||||
super.onAfterAttach(message);
|
||||
Widget.attach(this.cloudSketchbookTreeWidget, this.compositeNode);
|
||||
|
||||
Reference in New Issue
Block a user