Refonte de l'UI des tableaux

This commit is contained in:
2020-06-05 16:18:53 +02:00
parent 94bfb77d87
commit 832cca1c66
8 changed files with 202 additions and 98 deletions

View File

@ -37,7 +37,7 @@ function handleMoveCard(state: any, action: any) {
const kanboard = state.byID[boardID];
const lanes = [ ...kanboard.lanes ];
const lanes = [ ...kanboard.columns ];
const fromLane = lanes[fromLaneID];
const toLane = lanes[toLaneID];
const card = fromLane.cards[fromPosition];