mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
fix(common/models): missed detail from prior commit
This commit is contained in:
parent
f29c4673dd
commit
d516484521
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ class ModelCompositor {
|
|||
// If this is a suggestion after wordbreak input, make sure we preserve the wordbreak transform!
|
||||
if(prefixTransform) {
|
||||
let mergedTransform = models.buildMergedTransform(prefixTransform, suggestion.transform);
|
||||
mergedTransform.id = suggestion.transformId;
|
||||
|
||||
// Temporarily and locally drops 'readonly' semantics so that we can reassign the transform.
|
||||
// See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#improved-control-over-mapped-type-modifiers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue