mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 00:57:42 +00:00
Merge pull request #2309 from keymanapp/web-2289-version-hotkey-fix
fix(web): Fixes bug in version hotkey combo
This commit is contained in:
commit
b13cb1a23e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue