1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

Fixed card drop to column not working (#754)

Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
This commit is contained in:
Harshil Sharma 2021-07-26 10:41:39 +05:30 committed by GitHub
parent 3b11202e3d
commit e086888c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ const KanbanColumn = React.memo((props: Props) => {
props.onDrop(item)
}
},
}))
}), [props.onDrop])
let className = 'octo-board-column'
if (isOver) {