mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
parent
66c570f234
commit
3a1929efba
44 changed files with 549 additions and 438 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue