Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Select all/ Unselect all" for custom icons #47

Open
igoriuz opened this issue Aug 7, 2020 · 3 comments
Open

"Select all/ Unselect all" for custom icons #47

igoriuz opened this issue Aug 7, 2020 · 3 comments

Comments

@igoriuz
Copy link

igoriuz commented Aug 7, 2020

The functionality already exists, except for custom icons.

Bildschirmfoto 2020-08-07 um 11 48 11

@bdlukaa
Copy link

bdlukaa commented Mar 5, 2021

This would be so much helpful!

@kenkz447
Copy link

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());

@igoriuz
Copy link
Author

igoriuz commented Jun 21, 2021

There's a hidden functionality: You can mark all items with holding down left mouse button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants