In some cases the icon selector popup is not triggered on click.
Eg: a widget that uses SVG Icon Picker inside ACF repeater field. The widget is used as an item inside a MaxMegaMenu
Solution
used MutationObserver to detect changes in the DOM
initialize_field() removes existing popups to prevent duplicate popups
Issue
In some cases the icon selector popup is not triggered on click. Eg: a widget that uses SVG Icon Picker inside ACF repeater field. The widget is used as an item inside a MaxMegaMenu
Solution