Skip to content

Commit

Permalink
Fix missing dragular import in drag-and-drop service
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Jan 24, 2025
1 parent 53736bf commit 8fc66c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
import { DOCUMENT } from '@angular/common';
import { DomAutoscrollService } from 'core-app/shared/helpers/drag-and-drop/dom-autoscroll.service';
import { findIndex, reinsert } from 'core-app/shared/helpers/drag-and-drop/drag-and-drop.helpers';
import dragula from 'dragula';

export interface DragMember {
dragContainer:HTMLElement;
Expand Down

0 comments on commit 8fc66c7

Please sign in to comment.