Skip to content

Commit

Permalink
Define sortable handle for resource form. (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jul 15, 2020
1 parent eb14099 commit 7db4b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/asset/js/resource-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@

new Sortable(field.find('.values')[0], {
draggable: '.value',
handle: '.sortable-handle'
});

field.trigger('o:property-added');
Expand Down

0 comments on commit 7db4b27

Please sign in to comment.