From 1136a986f7ba26c479ab2e60f64df545ecca862f Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Fri, 8 Nov 2019 09:27:23 +0700 Subject: [PATCH] fix(web): Fixes #2289 --- web/source/osk/oskManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/osk/oskManager.ts b/web/source/osk/oskManager.ts index cc06d14cfe..987ac13965 100644 --- a/web/source/osk/oskManager.ts +++ b/web/source/osk/oskManager.ts @@ -467,7 +467,7 @@ namespace com.keyman.osk { this.showBuild(); } return false; - },false); + }.bind(this),false); // Prevent selection of caption (IE - set by class for other browsers) if('onselectstart' in Ltitle) Ltitle.onselectstart= util.selectStartHandler; //IE (Build 360)