- Cleanup

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-06-27 16:28:49 -04:00
parent 2b052b3d43
commit 8bbe7a1f0f
4 changed files with 14 additions and 15 deletions

View File

@@ -210,7 +210,7 @@ const BoardContainer = ({
...otherProps
},
[
"onCardMoveAcrossLanes",
// "onCardMoveAcrossLanes",
"onLaneScroll",
"onLaneDelete",
"onLaneUpdate",
@@ -237,7 +237,6 @@ const BoardContainer = ({
const onLaneDrag = ({ draggableId, type, source, reason, mode, destination, combine }) => {
if (!type || type !== "lane" || !source || !destination) return;
dispatch(
actions.moveCardAcrossLanes({
fromLaneId: Number.parseInt(source.droppableId),