Skip to content

Commit

Permalink
Assets build for #439
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Jan 4, 2017
1 parent 74c7d9c commit ea9fadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dist/datagrid.js
Expand Up @@ -248,7 +248,7 @@ if (typeof datagridSortableTree === 'undefined') {
}
return $('.datagrid-tree-item-children').sortable({
handle: '.handle-sort',
items: '.datagrid-tree-item:not(.datagrid-tree-item:first-child)',
items: '.datagrid-tree-item:not(.datagrid-tree-header)',
toleranceElement: '> .datagrid-tree-item-content',
connectWith: '.datagrid-tree-item-children',
update: function(event, ui) {
Expand Down

0 comments on commit ea9fadf

Please sign in to comment.