mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-11 10:07:42 +00:00
chore(web): applies code suggestion
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
6c80da3fc3
commit
2f3ba849ef
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ namespace com.keyman.text {
|
|||
*/
|
||||
setStore(systemId: number, strValue: string, outputTarget: OutputTarget): boolean {
|
||||
this.resetContextCache();
|
||||
// Unique case: we only allow set-store ops from keyboard rules triggered by touch OSKs.
|
||||
// Unique case: we only allow set(&layer) ops from keyboard rules triggered by touch OSKs.
|
||||
if(systemId == KeyboardInterface.TSS_LAYER && this.activeDevice.touchable) {
|
||||
// Denote the changed store as part of the matched rule's behavior.
|
||||
this.ruleBehavior.setStore[systemId] = strValue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue