@jsenv/navi 0.26.31 → 0.26.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32848,7 +32848,7 @@ const initDragTableColumnViaPointer = (pointerdownEvent, {
32848
32848
  const dropCandidateElements = colElements.filter(col => !(col.getAttribute("data-drag-obstacle") || "").includes("move-column"));
32849
32849
  const updateDropTarget = dropTargetInfo => {
32850
32850
  const targetColumn = dropTargetInfo.element;
32851
- const targetColumnIndex = colElements.indexOf(targetColumn);
32851
+ const targetColumnIndex = dropTargetInfo.index;
32852
32852
  dropColumnIndex = targetColumnIndex;
32853
32853
  if (dropColumnIndex === columnIndex) {
32854
32854
  dropPreview.removeAttribute("data-visible");