Merge pull request #2309 from keymanapp/web-2289-version-hotkey-fix

fix(web):  Fixes bug in version hotkey combo
This commit is contained in:
Joshua Horton 2019-11-08 09:31:21 +07:00 • committed by GitHub
commit b13cb1a23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)