silexlabs / grapesjs-ui-suggest-classes

A grapesjs plugin to enable auto-complete of classes in the SelectorManager UI
MIT License
11 stars 6 forks source link

[fixed] It causes speed issue #5

Closed Fahad-ishfaq closed 8 months ago

Fahad-ishfaq commented 8 months ago

After installing this plugin 'setComponents' method got very slow. Had to remove.

lexoyo commented 8 months ago

Yes it's because of the algorithm to count occurences, we should make it more efficient

In the meantime you can set enableCount to false