Skip to content

Commit 113fe38

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Fixed the Views menu registration.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 770e0b5 commit 113fe38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arduino-ide-extension/src/browser/widgets/component-list/list-widget-frontend-contribution.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ export abstract class ListWidgetFrontendContribution<T extends ArduinoComponent>
1010
async initializeLayout(): Promise<void> {
1111
}
1212

13-
}
13+
registerMenus(): void {
14+
// NOOP
15+
}
16+
17+
}

0 commit comments

Comments
 (0)