SortableJS/Sortable

Nested sortable max level.

Open

#1,867 opened on Jul 22, 2020

View on GitHub
 (5 comments) (3 reactions) (0 assignees)JavaScript (30,389 stars) (3,731 forks)batch import
help wantedquestion

Description

How do I find it? "deep , maxDeep"

"pull": function(event) { if(deep > maxDeep) return false; return true; },

Contributor guide