📅  最后修改于: 2022-03-11 15:03:33.058000             🧑  作者: Mango
// change dagrula.provider.ts:
drake.on('drag', (el: any, source: any) => {
dragElm = el;
dragIndex = (el.getAttribute('filter-index')) ? +el.getAttribute('filter-index') : this.domIndexOf(el, source);
});
HTML: