mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-30 04:07:42 +00:00
fix(web): keytip null-guard in shutdown
This commit is contained in:
parent
56e4037031
commit
5cc4d98914
1 changed files with 1 additions and 1 deletions
|
|
@ -1786,7 +1786,7 @@ namespace com.keyman.osk {
|
|||
this.keyPending = null;
|
||||
this.touchPending = null;
|
||||
|
||||
this.keytip.show(null, false, this);
|
||||
this.keytip?.show(null, false, this);
|
||||
this.subkeyGesture?.clear();
|
||||
this.pendingMultiTap?.cancel();
|
||||
this.pendingSubkey?.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue