@ntlab/ntjs-assets 2.28.0 → 2.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3686,7 +3686,7 @@ class Display {
3686
3686
  if (this.optionsStore.options.display.keyboardNavigation) {
3687
3687
  this.widget.removeEventListener('keydown', this._keyboardEventBound);
3688
3688
  }
3689
- this.optionsStore.toggle.focus();
3689
+ this.optionsStore.toggle?.focus();
3690
3690
  }
3691
3691
  /**
3692
3692
  * Toggles the picker's open state. Fires a show/hide event depending.