mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 12:30:17 +00:00
This commit is contained in:
committed by
tannerlinsley
parent
71c25f571b
commit
a5a49709d4
+1
-1
@@ -626,7 +626,7 @@ export default Base =>
|
||||
event.stopPropagation()
|
||||
const { onResizedChange, column } = this.props
|
||||
const { resized, currentlyResizing, columns } = this.getResolvedState()
|
||||
const currentColumn = columns.find(c => c.accessor === currentlyResizing.id)
|
||||
const currentColumn = columns.find(c => c.accessor === currentlyResizing.id || c.id === currentlyResizing.id)
|
||||
const minResizeWidth = currentColumn && currentColumn.minResizeWidth != null ? currentColumn.minResizeWidth : column.minResizeWidth
|
||||
|
||||
// Delete old value
|
||||
|
||||
Reference in New Issue
Block a user