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:
Thijs Wenker 2019-03-22 00:51:21 +01:00 committed by GitHub
commit c257f2fb07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2524,7 +2524,7 @@ var PropertiesTool = function (opts) {
createToolsWindow.webEventReceived.addListener(this, onWebEventReceived);
webView.webEventReceived.connect(onWebEventReceived);
webView.webEventReceived.connect(this, onWebEventReceived);
return that;
};