Skip to content

Commit

Permalink
fix: default regsiter the SettingsController singleton (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor authored Jun 28, 2021
1 parent 1f9b24b commit 442b1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controller/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ export class SettingsController
console.log('onClick:', this.panelService);
};
}

// Register singleton
container.resolve(SettingsController);

0 comments on commit 442b1a9

Please sign in to comment.