@trudb/tru-common-lib 0.1.978 → 0.1.979
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.
|
@@ -7317,8 +7317,6 @@ class TruDataGrid {
|
|
|
7317
7317
|
return;
|
|
7318
7318
|
const key = event.event;
|
|
7319
7319
|
if (key.code === 'Space') {
|
|
7320
|
-
key.preventDefault();
|
|
7321
|
-
key.stopPropagation();
|
|
7322
7320
|
this.api?.startEditingCell({
|
|
7323
7321
|
rowIndex: event.rowIndex,
|
|
7324
7322
|
colKey: event.column.getColId(),
|