fix(web): keytip null-guard in shutdown

This commit is contained in:
jahorton 2022-06-17 09:10:29 +07:00
parent 56e4037031
commit 5cc4d98914

View file

@ -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();