File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
engine/keyboard/src/keyboards Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export class ContextHost extends Mock {
31
31
let transform : TextTransform = null ;
32
32
33
33
if ( transcription ) {
34
+ //TODO-web-core: shouldn't need cast in the future?
34
35
const preInput = transcription . preInput as Mock ;
35
36
// If our saved state matches the `preInput` from the incoming transcription, just reuse its transform.
36
37
// Will generally not match during multitap operations, though.
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Keyman is copyright (C) SIL Global. MIT License.
3
+ */
1
4
import { LexicalModelTypes } from '@keymanapp/common-types' ;
2
5
import { Transcription } from './transcription.js' ;
3
6
import { VariableStore } from '../variableStore.js' ;
You can’t perform that action at this time.
0 commit comments