You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw`e.currentTarget not found : ${JSON.stringify(targetColumnContainer)}`;
723
+
}
712
724
713
725
714
726
// Try to locate the source container by stable column id first (works for all colTypes) -- No need to find this anymore, since I am not making use of sourceColumnContainer in dragdropmanager.
// Add dragging class after a small delay to not affect the drag image
896
-
// const clone = el.cloneNode(true) as HTMLDivElement;
897
-
// requestAnimationFrame(() => {
898
-
// e.dataTransfer?.setDragImage(clone, 0, 0);
899
-
// });
900
-
// clone.classList.add("task-item-dragging");
901
-
902
-
// Also set a drag image from the whole task element so the preview is the full card
903
-
// TODO : The drag image is taking too much width and also its still in its default state, like very dimmed opacity. Improve it to get a nice border and increase the opacity so it looks more real.
// Add dragging class after a small delay to not affect the drag image
896
-
// const clone = el.cloneNode(true) as HTMLDivElement;
897
-
// e.dataTransfer?.setDragImage(el, 0, 0);
898
-
// requestAnimationFrame(() => {
899
-
// clone.classList.add("task-item-dragging");
900
-
// });
901
-
902
-
// Also set a drag image from the whole task element so the preview is the full card
903
-
// TODO : The drag image is taking too much width and also its still in its default state, like very dimmed opacity. Improve it to get a nice border and increase the opacity so it looks more real.
0 commit comments