mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (inputs.toBoard.id === inputs.board.id) {
|
||||
delete inputs.toList; // eslint-disable-line no-param-reassign
|
||||
delete inputs.toBoard; // eslint-disable-line no-param-reassign
|
||||
} else {
|
||||
values.boardId = inputs.toBoard.id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user