From d6dcc64a5d3fe33cd166977a4ceda45321d310c8 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Sat, 13 Dec 2014 23:00:48 +0300 Subject: [PATCH] * activeGroup --- Sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sortable.js b/Sortable.js index 77541d3..91c5236 100644 --- a/Sortable.js +++ b/Sortable.js @@ -446,7 +446,7 @@ isOwner = (activeGroup === group), canSort = options.sort; - if (!_silent && + if (!_silent && activeGroup && (isOwner ? canSort || (revert = !rootEl.contains(dragEl)) : activeGroup.pull && groupPut && ( -- GitLab