mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 10:47:41 +00:00
parent
cbc63c42b2
commit
08ef07750d
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ namespace com.keyman.osk {
|
|||
public incrementTouch(newKey: KeyElement): PendingMultiTapState {
|
||||
// TODO: support for any key
|
||||
if(this._state == PendingMultiTapState.Waiting) {
|
||||
if(!newKey['keyId'].includes('K_SHIFT')) {
|
||||
if(!newKey?.['keyId']?.includes('K_SHIFT')) {
|
||||
this.cancel();
|
||||
}
|
||||
else if(++this._touches == this.count) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue