Skip to content

Commit 442b1a9

Browse files
authored
fix: default regsiter the SettingsController singleton (#204)
1 parent 1f9b24b commit 442b1a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/controller/settings.ts

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ export class SettingsController
4646
console.log('onClick:', this.panelService);
4747
};
4848
}
49+
50+
// Register singleton
51+
container.resolve(SettingsController);

0 commit comments

Comments
 (0)