1
0

Фиксы

Очередные фиксы фронта  + favicon
This commit is contained in:
2026-01-17 09:48:31 +07:00
parent aca5eb84fd
commit 9b2a2f0c2e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -107,7 +107,7 @@ const handleDragLeave = (e) => {
const handleDrop = (e) => { const handleDrop = (e) => {
const cardId = parseInt(e.dataTransfer.getData('cardId')) 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) const toIndex = calculateDropIndex(e.clientY)
dragEnterCounter = 0 dragEnterCounter = 0