bim_gdpr-1.0.0-rc3/libraries/src/bim-gdpr-hierarchy/js/bim-gdpr-hierarchy.js
libraries/src/bim-gdpr-hierarchy/js/bim-gdpr-hierarchy.js
(function ($, Drupal, DrupalSettings) { // closure
'use strict';
Drupal.tableDrag.prototype.onDrop = function () {
// Force weight on drag and drop.
this.$table.find('tr').each((i, n) => {
$(n).find('[name*="[weight]"]').val(i);
});
};
}(jQuery, Drupal, drupalSettings));
