chore(web): applies code suggestion

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
Joshua Horton 2022-07-07 08:39:28 +07:00 committed by Joshua A. Horton
parent 6c80da3fc3
commit 2f3ba849ef

View file

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