re-adding popup-input, video container fix

This commit is contained in:
_Bastler
2021-06-25 11:34:27 +02:00
parent 0bb39a6a5d
commit 07b6fce877
10 changed files with 208 additions and 187 deletions
+2 -2
View File
@@ -119,9 +119,9 @@ const wa = {
/**
* @deprecated Use WA.controls.restorePlayerControls instead
*/
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup {
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[], input : boolean): Popup {
console.warn('Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead');
return ui.openPopup(targetObject, message, buttons);
return ui.openPopup(targetObject, message, buttons, input);
},
/**
* @deprecated Use WA.chat.onChatMessage instead