Revert to whole frame draggable

Signed-off-by:Guillaume Martigny <guillaume.martigny@gmail.com>
This commit is contained in:
Guillaume Martigny 2016-02-04 15:33:49 +01:00
parent eb02e713e2
commit fc9cb07be1

View File

@ -128,8 +128,7 @@
update: $.proxy(this.onUpdate_, this),
items: '.preview-tile',
axis: 'y',
tolerance: 'pointer',
handle: '.dnd-action'
tolerance: 'pointer'
});
$('#preview-list').disableSelection();
};