-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
To improve the performance of FuzzyModal drastically make the following change in code. Currently, with all fonts turned on icons search opens painfully slow.
Change this:
obsidian-icons-plugin/src/modal.ts
Lines 23 to 27 in 0cb9766
| constructor(app: App, plugin: IconsPlugin, settings: IconsPluginSettings) { | |
| super(app) | |
| this.plugin = plugin | |
| this.settings = settings | |
| } |
To this:
constructor(app: App, plugin: IconsPlugin, settings: IconsPluginSettings) {
super(app)
this.limit = 20;
this.plugin = plugin
this.settings = settings
} Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels