migliori / universal-icon-picker

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

Refactor Modal Close Functionality #21

Closed drinkmaker closed 4 months ago

drinkmaker commented 4 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.

migliori commented 4 months ago

Please minify the universal-icon-picker.js and generate the sourcemap, then I'll pull your update. You can do this for instance with Prepros - great & easy tool