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