mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Fix shortcut dialog toggling
This commit is contained in:
@@ -373,6 +373,15 @@ var messageHandler = {
|
||||
|
||||
enablePopups: function (enable) {
|
||||
popupEnabled = enable;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns true if dialog is opened
|
||||
* false otherwise
|
||||
* @returns {boolean} isOpened
|
||||
*/
|
||||
isDialogOpened: function () {
|
||||
return !!$.prompt.getCurrentStateName();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user