Skip to content

Commit

Permalink
fix: fixes issue with icon suggester not loading icons
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Feb 28, 2022
1 parent 049c010 commit 4a463d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class IconManager {
);
}
}
this.setIconDefinitions();
}
iconDefinitions: AdmonitionIconDefinition[] = [];
setIconDefinitions() {
Expand Down

0 comments on commit 4a463d3

Please sign in to comment.