From 98c38fe58f597cbc0389676ae880704a671e480b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 1 Oct 2019 00:48:36 +0300 Subject: Drag handles continue. In progress. Thanks to xet7 ! --- client/components/cards/cardDetails.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/components/cards/cardDetails.js') diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 47941560..ad0ee1a6 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -165,7 +165,8 @@ BlazeComponent.extendComponent({ $checklistsDom.sortable({ tolerance: 'pointer', helper: 'clone', - handle: '.checklist-title', + //handle: '.checklist-title', + handle: '.checklist-item-handle', items: '.js-checklist', placeholder: 'checklist placeholder', distance: 7, -- cgit v1.2.3-1-g7c22