mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
parent
33cdb906e2
commit
f2fcfd6a47
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ BlazeComponent.extendComponent({
|
||||||
const sort = parseFloat(this.currentComponent()
|
const sort = parseFloat(this.currentComponent()
|
||||||
.getValue()
|
.getValue()
|
||||||
.trim());
|
.trim());
|
||||||
if (sort) {
|
if (!Number.isNaN(sort)) {
|
||||||
let card = this.data();
|
let card = this.data();
|
||||||
card.move(card.boardId, card.swimlaneId, card.listId, sort);
|
card.move(card.boardId, card.swimlaneId, card.listId, sort);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue