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:
parent
95164e0cf0
commit
68c4c07af9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user