diff --git a/common/web/input-processor/src/corrections.ts b/common/web/input-processor/src/corrections.ts index fa9b77036fe..39c5ae2ef37 100644 --- a/common/web/input-processor/src/corrections.ts +++ b/common/web/input-processor/src/corrections.ts @@ -80,7 +80,12 @@ export function distributionFromDistanceMaps(squaredDistMaps: Map implements Ke try { shouldLockLayer && this.lockLayer(true); // Once the best coord to use for fat-finger calculations has been determined: - keyResult = this.modelKeyClick(gestureStage.item, coord); + keyResult = this.modelKeyClick(gestureStage.item, coord, correctionKeyDistribution); } finally { shouldLockLayer && this.lockLayer(false); }