mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 13:17:39 +00:00
fix(web): use fat-finger data with simple keypresses
Cherry-pick-of: #11854
This commit is contained in:
parent
e1b74785bb
commit
b45b6a5fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ export default class VisualKeyboard extends EventEmitter<EventMap> 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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue