mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Hide the card composer link while a card is being dragged
This commit is contained in:
parent
9c2a3213eb
commit
40b605f7d8
5 changed files with 43 additions and 13 deletions
|
|
@ -34,9 +34,10 @@ template(name="listBody")
|
|||
+inlinedForm(autoclose=false position="bottom")
|
||||
+addCardForm(listId=_id position="bottom")
|
||||
else
|
||||
a.open-card-composer.js-open-inlined-form
|
||||
i.fa.fa-plus
|
||||
| {{_ 'add-card'}}
|
||||
if newCardFormIsVisible.get
|
||||
a.open-card-composer.js-open-inlined-form
|
||||
i.fa.fa-plus
|
||||
| {{_ 'add-card'}}
|
||||
|
||||
template(name="addCardForm")
|
||||
.minicard.js-composer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue