Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving between lists and triggering move/update while overing #121

Open
Dioude opened this issue Oct 12, 2022 · 0 comments
Open

Moving between lists and triggering move/update while overing #121

Dioude opened this issue Oct 12, 2022 · 0 comments

Comments

@Dioude
Copy link

Dioude commented Oct 12, 2022

Hello,
I have this project where I can do some dnd on a table columns, everything works good and all until I needed to do dnd between 2 tables.
The trick is that I did a custom function to be able to trigger the drag and drop while I get over an other draggable column (so I work with dndDragover and not dndDrop).

I manage to get a stackblitz working with my issue, the thing is I lose the Dnd event after I move on item from a list to an other (cursor is forbidden and I can't do any actions).
I guess it is probably due to the fact that the dragged item is removed, but am I doing something wrong, or is there a way to keep the drag and drop active after I move items, or manually trigger a "dndStart" ?

https://stackblitz.com/edit/ngx-drag-drop-issue-template-g3j9av?file=src/app/app.component.ts

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant