Drag handles continue. In progress.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-10-01 00:48:36 +03:00
parent 44378fe9d1
commit 98c38fe58f
12 changed files with 88 additions and 32 deletions

View file

@ -52,6 +52,7 @@ BlazeComponent.extendComponent({
$cards.sortable({
connectWith: '.js-minicards:not(.js-list-full)',
tolerance: 'pointer',
handle: 'list-header',
appendTo: '.board-canvas',
helper(evt, item) {
const helper = item.clone();