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:
parent
3b11202e3d
commit
e086888c7c
@ -22,7 +22,7 @@ const KanbanColumn = React.memo((props: Props) => {
|
||||
props.onDrop(item)
|
||||
}
|
||||
},
|
||||
}))
|
||||
}), [props.onDrop])
|
||||
|
||||
let className = 'octo-board-column'
|
||||
if (isOver) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user