Ver código fonte

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

- introduced by commit: 0cc63b810c5a9e23a8a3939a11176f25c1fa8dc7
Martin Filser 1 ano atrás
pai
commit
bf2b3b40cd
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      client/components/cards/cardDetails.jade

+ 4 - 3
client/components/cards/cardDetails.jade

@@ -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'}}