Hi,
When I click outside of an open popup window, the close callback is triggered with no issue, however, when I click the X in the upper right of the popup, the popup closes but the event is not triggered.
I also get an error in my console when clicking X:
TypeError: template.find is not a function
For now I am disabling the X, but need help debugging!
Hi, When I click outside of an open popup window, the close callback is triggered with no issue, however, when I click the X in the upper right of the popup, the popup closes but the event is not triggered.
I also get an error in my console when clicking X:
TypeError: template.find is not a function
For now I am disabling the X, but need help debugging!
Thx