summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.jade
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-06-30 10:10:42 +0900
committernztqa <nztqa@users.noreply.github.com>2017-06-30 10:10:42 +0900
commit99d6bd4415538a13f2b1030f5546834ada8ced09 (patch)
treebf95cb2794e2b5ab6a5f2365aa2140fbbd063688 /client/components/cards/checklists.jade
parent9ccffe53424679579d64d831796a0060de7ee577 (diff)
downloadwekan-99d6bd4415538a13f2b1030f5546834ada8ced09.tar.gz
wekan-99d6bd4415538a13f2b1030f5546834ada8ced09.tar.bz2
wekan-99d6bd4415538a13f2b1030f5546834ada8ced09.zip
Improve input of checklist
When finished input of checklist item title, open new checklist item.
Diffstat (limited to 'client/components/cards/checklists.jade')
-rw-r--r--client/components/cards/checklists.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade
index a0d89351..c59b6307 100644
--- a/client/components/cards/checklists.jade
+++ b/client/components/cards/checklists.jade
@@ -53,7 +53,7 @@ template(name="checklistItems")
else
+itemDetail(item = item checklist = checklist)
if canModifyCard
- +inlinedForm(classNames="js-add-checklist-item" checklist = checklist)
+ +inlinedForm(autoclose=false classNames="js-add-checklist-item" checklist = checklist)
+addChecklistItemForm
else
a.add-checklist-item.js-open-inlined-form