From 43c4f7ef9a25fa0af46143c7d3013abfd9fb0e92 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sat, 20 Jan 2024 18:07:57 +0100 Subject: [PATCH] Actions: columnWidthIncrease: add steps for fully visible screen-edge columns --- src/Actions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Actions.ts b/src/Actions.ts index 8734797..0b9a495 100644 --- a/src/Actions.ts +++ b/src/Actions.ts @@ -187,6 +187,8 @@ namespace Actions { visibleRange.getWidth(), column.getWidth() + config.manualResizeStep, column.getWidth() + leftSpace + rightSpace, + column.getWidth() + leftSpace + rightSpace + leftVisibleColumn.getWidth() + grid.config.gapsInnerHorizontal, + column.getWidth() + leftSpace + rightSpace + rightVisibleColumn.getWidth() + grid.config.gapsInnerHorizontal, ], width => width - column.getWidth(), )