ContextualResizer: add step for min width
This commit is contained in:
@@ -70,6 +70,7 @@ class ContextualResizer {
|
||||
column.getWidth() - step,
|
||||
column.getWidth() - leftOffScreen,
|
||||
column.getWidth() - rightOffScreen,
|
||||
column.getMinWidth(),
|
||||
],
|
||||
width => column.getWidth() - width,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user