Open igoriuz opened 4 years ago
This would be so much helpful!
My workaround is using JS to select 1000 icons, it take some time done
var icons = document.querySelectorAll('.font-custom_icons .selector__glyph-inner:not(.checked)');
icons.forEach(e => e.click());
There's a hidden functionality: You can mark all items with holding down left mouse button.
The functionality already exists, except for custom icons.