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
commit f1ea519c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {