mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 20:57:41 +00:00
fix(web): supplies missing (optional) argument to prevent warnings
This commit is contained in:
parent
eefb21320d
commit
d482dee5fd
1 changed files with 2 additions and 1 deletions
|
|
@ -322,7 +322,8 @@ namespace com.keyman.dom {
|
|||
|
||||
// Now that we've fully entered the new context, invalidate the context so we can generate initial predictions from it.
|
||||
if(this.keyman.modelManager) {
|
||||
this.keyman.core.languageProcessor.invalidateContext();
|
||||
let outputTarget = dom.Utils.getOutputTarget(lastElem);
|
||||
this.keyman.core.languageProcessor.invalidateContext(outputTarget);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue