migliori / universal-icon-picker

Vanilla JS Icon Picker for any Icon Library
https://universal-icon-picker.miglisoft.com
MIT License
79 stars 12 forks source link

Refactor Modal Close Functionality #20

Closed drinkmaker closed 7 months ago

drinkmaker commented 7 months ago

This pull request introduces a significant improvement to the modal closing functionality. Previously, the modal could only be closed by clicking on the close button. With this update, the modal closing operation has been abstracted into a separate method - this.close(). Additionally, the modal can now also be closed by clicking outside the modal area, enhancing the user experience and interaction with the modal component.

drinkmaker commented 7 months ago

Now you can close the modal window by clicking outside of it.

drinkmaker commented 7 months ago

Found bug with double click icon select.