mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
fix(web): use fat-finger data with simple keypresses
This commit is contained in:
parent
7f55d74ee6
commit
4c35a93bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,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