1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-30 08:36:54 +02:00

Remove highlight on drop to hidden column

This commit is contained in:
Chen-I Lim 2020-11-11 09:51:08 -08:00
parent 95164e0cf0
commit 68c4c07af9

View File

@ -444,7 +444,7 @@ class BoardComponent extends React.Component<Props, State> {
e.preventDefault()
}}
onDrop={(e) => {
(e.target as HTMLElement).classList.remove('dragover')
ref.current.classList.remove('dragover')
e.preventDefault()
if (this.draggedCards?.length < 1) {
return