mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 23:27:13 +02:00
make sure that onWebEventReceived has the correct context in VR
This commit is contained in:
parent
f7ad5a4d3c
commit
9a14cfc7df
1 changed files with 1 additions and 1 deletions
|
@ -2524,7 +2524,7 @@ var PropertiesTool = function (opts) {
|
|||
|
||||
createToolsWindow.webEventReceived.addListener(this, onWebEventReceived);
|
||||
|
||||
webView.webEventReceived.connect(onWebEventReceived);
|
||||
webView.webEventReceived.connect(this, onWebEventReceived);
|
||||
|
||||
return that;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue