@@ -690,6 +690,7 @@ Template.cardDetailsActionsPopup.events({
.map((c) => c.sort),
);
this.move(this.boardId, this.swimlaneId, this.listId, maxOrder + 1);
+ Popup.back();
},
'click .js-archive': Popup.afterConfirm('cardArchive', function () {
Popup.close();