handsontable 12.3.2-next-bcef33c-20230315 → 12.3.2-next-e75de58-20230322

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.
@@ -154,9 +154,9 @@ var ViewportColumnsCalculator = /*#__PURE__*/function () {
154
154
  var inlineEndColumnOffset = calculationType === _constants.FULLY_VISIBLE_TYPE ? 0 : lastVisibleColumnWidth;
155
155
  var inlineStartColumnOffset = calculationType === _constants.FULLY_VISIBLE_TYPE ? firstVisibleColumnWidth : 0;
156
156
  if (
157
- // The table is on the left of the viewport
157
+ // the table is to the left of the viewport
158
158
  mostRightScrollOffset < -1 * priv.inlineStartOffset || scrollOffset > startPositions.at(-1) + inlineEndColumnOffset ||
159
- // The table is on the right of the viewport
159
+ // the table is to the right of the viewport
160
160
  -1 * priv.scrollOffset - priv.viewportWidth > -1 * inlineStartColumnOffset) {
161
161
  this.isVisibleInTrimmingContainer = false;
162
162
  } else {
@@ -150,9 +150,9 @@ var ViewportColumnsCalculator = /*#__PURE__*/function () {
150
150
  var inlineEndColumnOffset = calculationType === FULLY_VISIBLE_TYPE ? 0 : lastVisibleColumnWidth;
151
151
  var inlineStartColumnOffset = calculationType === FULLY_VISIBLE_TYPE ? firstVisibleColumnWidth : 0;
152
152
  if (
153
- // The table is on the left of the viewport
153
+ // the table is to the left of the viewport
154
154
  mostRightScrollOffset < -1 * priv.inlineStartOffset || scrollOffset > startPositions.at(-1) + inlineEndColumnOffset ||
155
- // The table is on the right of the viewport
155
+ // the table is to the right of the viewport
156
156
  -1 * priv.scrollOffset - priv.viewportWidth > -1 * inlineStartColumnOffset) {
157
157
  this.isVisibleInTrimmingContainer = false;
158
158
  } else {