ContextualResizer: add step for min width

This commit is contained in:
Peter Fajdiga
2024-10-12 14:05:32 +02:00
parent 2cdf308a72
commit 430f731804

View File

@@ -70,6 +70,7 @@ class ContextualResizer {
column.getWidth() - step,
column.getWidth() - leftOffScreen,
column.getWidth() - rightOffScreen,
column.getMinWidth(),
],
width => column.getWidth() - width,
)