Minicard sort popup, Enter button saves the new sort number

This commit is contained in:
Martin Filser 2021-10-12 14:55:59 +02:00
parent 02896e669a
commit b1b2d87045
2 changed files with 8 additions and 2 deletions

View file

@ -145,7 +145,7 @@ template(name="minicard")
if currentBoard.allowsCardSortingByNumber
.badge
span.badge-icon.fa.fa-sort
span.badge-text {{ sort }}
span.badge-text.check-list-sort {{ sort }}
template(name="editCardSortOrderPopup")
input.js-edit-card-sort-popup(type='text' autofocus value=sort dir="auto")