Фиксы
Очередные фиксы фронта + favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 15 KiB |
@@ -107,7 +107,7 @@ const handleDragLeave = (e) => {
|
||||
|
||||
const handleDrop = (e) => {
|
||||
const cardId = parseInt(e.dataTransfer.getData('cardId'))
|
||||
const fromColumnId = e.dataTransfer.getData('columnId')
|
||||
const fromColumnId = parseInt(e.dataTransfer.getData('columnId'))
|
||||
const toIndex = calculateDropIndex(e.clientY)
|
||||
|
||||
dragEnterCounter = 0
|
||||
|
||||
Reference in New Issue
Block a user