I've created a popover component that has been wrapped in a controller. The outside click is being found as expected, but does not run the function within the handler.
The console statement in handleClickOutside() is logged, however, the function does not get run. I've confirmed that the function does work standalone, so I'm unsure if my wrapping is improper. An interesting note is that the behavior is the same, even when calling the Popover component without the controller. Any help would be greatly appreciated!
I've created a popover component that has been wrapped in a controller. The outside click is being found as expected, but does not run the function within the handler.
The console statement in
handleClickOutside()
is logged, however, the function does not get run. I've confirmed that the function does work standalone, so I'm unsure if my wrapping is improper. An interesting note is that the behavior is the same, even when calling the Popover component without the controller. Any help would be greatly appreciated!Versions: