@trudb/tru-common-lib 0.0.564 → 0.0.565

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.
@@ -2774,6 +2774,7 @@ class TruDataGrid {
2774
2774
  cellToGoTo = this.gridOptions.api.navigationService.cellNavigationService.getNextTabbedCellBackwards(previousCell);
2775
2775
  else
2776
2776
  cellToGoTo = this.gridOptions.api.navigationService.cellNavigationService.getNextTabbedCellForwards(previousCell);
2777
+ this.gridOptions.api.stopEditing();
2777
2778
  const result = {
2778
2779
  rowIndex: cellToGoTo.rowIndex,
2779
2780
  column: cellToGoTo.column,