We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9b24b commit 442b1a9Copy full SHA for 442b1a9
src/controller/settings.ts
@@ -46,3 +46,6 @@ export class SettingsController
46
console.log('onClick:', this.panelService);
47
};
48
}
49
+
50
+// Register singleton
51
+container.resolve(SettingsController);
0 commit comments