mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:54:00 +02:00
Merge pull request #15245 from thoys/fix/create/dontIgnoreAllUpdatesWhenFocussedVR
Case 21877: [CreateApp] give onWebEventReceived the correct context in VR [RC82]
This commit is contained in:
commit
c257f2fb07
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