Merge pull request #222 from alsoicode/bugfix/sortable-inline-tabular-selector

Bugfix/sortable inline tabular selector
This commit is contained in:
Brandon Taylor
2020-01-14 18:28:44 -05:00
committed by GitHub
@@ -10,7 +10,7 @@
tabular_inline_rows.addClass('sortable');
sortable_inline_group.find('.tabular.inline-related').sortable({
sortable_inline_group.find('.tabular.inline-related tbody').sortable({
axis : 'y',
containment : 'parent',
create: function(event, ui) {