Merge pull request #1743 from keymanapp/web-1742-cjk-pinned-help

[Web] Adds upper-cased variant of showPinnedHelp API
This commit is contained in:
Joshua Horton 2019-04-25 10:11:36 +07:00 committed by GitHub
commit e8bfdce166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@
* Centralizes code paths to improve parity between hardware and OSK-based keystrokes.
* In both cases above, significant unit testing was facilitated and has been added as a result, further improving code maintainability into the future.
* Began adding support for our common LMLayer interface for predictive modeling.
* Fix for issue with Mandarin Chinese keyboard's 'picker' UI
## 2019-02-25 11.0.220 stable
* 11.0 Stable release

View file

@ -1138,6 +1138,9 @@ namespace com.keyman.text {
}
}
// Needed for some legacy CJK keyboards.
['ShowPinnedHelp'] = this['showPinnedHelp'];
resetContext() {
let keyman = com.keyman.singleton;
if(!keyman.isHeadless && keyman.osk.vkbd) {