make sure that onWebEventReceived has the correct context in VR

This commit is contained in:
Thijs Wenker 2019-03-21 20:50:59 +01:00
parent f7ad5a4d3c
commit 9a14cfc7df

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;
};