@trudb/tru-common-lib 0.2.250 → 0.2.251

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.
@@ -7818,7 +7818,7 @@ class TruDataGrid {
7818
7818
  }
7819
7819
  }));
7820
7820
  this.subs.push(fromEvent(document, 'keydown').subscribe((event) => {
7821
- if (!this.isActive)
7821
+ if (!this.config.view.window.active)
7822
7822
  return;
7823
7823
  let editingCells = this.api.getEditingCells();
7824
7824
  if (event.code === 'Space' && !editingCells.length) {