Skip to content

Commit

Permalink
Update overlay.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Feb 13, 2020
1 parent 8748b00 commit 5d4b106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/page/overlay/overlay.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class OverlayComponent implements OnInit, OnDestroy {

private registerShortcuts(): void {
this.userSettingsService.get().subscribe(settings => {
this.unregisterShortcuts();
this.registerFeatures(settings);
this.registerSettings(settings);
this.registerExit(settings);
Expand Down

0 comments on commit 5d4b106

Please sign in to comment.