Revert "ContextualResizer: add step for min width"

This reverts commit 430f731804.
This commit is contained in:
Peter Fajdiga
2024-10-14 00:47:23 +02:00
parent fb88300dbe
commit 09b7b44e2c

View File

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