We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[bug report]
ng2-dragula
Describe the bug (required)
When a user drags a table row to the last position and then inserts a new table row, the new table row is inserted at incorrect position.
To Reproduce (required)
Steps to reproduce the behavior:
arr.push
See stackblitz for details: https://stackblitz.com/edit/ng2-dragula-base-jyr7zf?file=src%2Fapp%2Fapp.component.ts
Versions (required)
Please state which versions of the following packages you have installed:
@angular/core
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[bug report]
ng2-dragula
issues for related problems, including closed issues.ng2-dragula
.Describe the bug (required)
When a user drags a table row to the last position and then inserts a new table row, the new table row is inserted at incorrect position.
To Reproduce (required)
Steps to reproduce the behavior:
arr.push
)See stackblitz for details: https://stackblitz.com/edit/ng2-dragula-base-jyr7zf?file=src%2Fapp%2Fapp.component.ts
Versions (required)
Please state which versions of the following packages you have installed:
@angular/core
: [e.g. 14.2.12]ng2-dragula
: [e.g. 3.2.0]The text was updated successfully, but these errors were encountered: