Facing a weird issue with Options menu when Ether Pad is open
Steps to reproduce
From More Options open EtherPad
Ether Pad opens
Click on More Option again, more options menu opens, in the background etherpad is open.
Click outside more options menu in the ether pad area, options menu is not closing
Is there any way I can dispatch {APP.store.dispatch(setOverflowMenuVisible(false))} method inside “modules/UI/etherpad/Etherpad.js” to close More Option Menu when clicked outside of this popup.
I got the solution for this problem… first you need to send post message from etherpad-lite and then receive it at jitsi code and handle this issue there.