Bugfix, edit description didn't work if it was clicked

- introduced by commit: 0cc63b810c
This commit is contained in:
Martin Filser 2023-11-08 13:57:35 +01:00
parent 1541c6ca23
commit bf2b3b40cd

View file

@ -527,9 +527,10 @@ template(name="cardDetails")
if currentBoard.allowsDescriptionText
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
i.fa.fa-pencil-square-o
if getDescription
+viewer
= getDescription
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
if getDescription
+viewer
= getDescription
if (hasUnsavedValue 'cardDescription' _id)
p.quiet
| {{_ 'unsaved-description'}}