Skip to content

Commit 113fe38

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Fixed the Views menu registration.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 770e0b5 commit 113fe38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
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)