Fix undefined id
This commit is contained in:
parent
9c5ad3ea67
commit
65dfb855fb
@ -69,7 +69,7 @@ class PopupProxy {
|
||||
if (this._id === null) {
|
||||
return;
|
||||
}
|
||||
this._invokeHostApi('setVisibleOverride', {id, visible});
|
||||
this._invokeHostApi('setVisibleOverride', {id: this._id, visible});
|
||||
}
|
||||
|
||||
async containsPoint(x, y) {
|
||||
|
Loading…
Reference in New Issue
Block a user