[MM-49739] Set parent window on calls expanded popout view (#2539)

* Set parent window on calls expanded popout view

* Fix focus on calls popout window

* Unregister event
This commit is contained in:
Claudio Costa
2023-02-06 09:31:50 -06:00
committed by GitHub
parent 97a31fc83b
commit 9213083335
4 changed files with 75 additions and 9 deletions

View File

@@ -143,6 +143,7 @@ export const CALLS_WIDGET_RESIZE = 'calls-widget-resize';
export const CALLS_WIDGET_SHARE_SCREEN = 'calls-widget-share-screen';
export const CALLS_WIDGET_CHANNEL_LINK_CLICK = 'calls-widget-channel-link-click';
export const CALLS_JOINED_CALL = 'calls-joined-call';
export const CALLS_POPOUT_FOCUS = 'calls-popout-focus';
export const REQUEST_CLEAR_DOWNLOADS_DROPDOWN = 'request-clear-downloads-dropdown';
export const CLOSE_DOWNLOADS_DROPDOWN = 'close-downloads-dropdown';