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
I have thoroughly read through the README, and the dragula docs.
I have searched through the ng2-dragula issues for related problems, including closed issues, and I didn't find anything.
Is your feature request related to a problem? Please describe.
Hello,
I need to ignore the drag & drop when the users do a little movement because this is causing some issues.
Describe the solution you'd like
I saw that inside, you're using the following dependency: "@types/dragula": "^2.1.34",
And the slideFactorY and slideFactorX properties are not present in this version on the interface DragulaOptions although Dragula has supported them for several years.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
I limited the drag & drop area using the options you provided, e.g., moves(), revertOnSpill, removeOnSpill, etc. But they are never called because the movement is so little that they are not considered.
The text was updated successfully, but these errors were encountered:
I hope this message finds you well. I am reaching out to bring your attention to this issue.
In support of this feature request, I have contributed a PR to the DefinitelyTyped repository that has been successfully merged. You can view the PR here: DefinitelyTyped/DefinitelyTyped#69382. This PR introduces the slideFactorX and slideFactorY properties, which I believe could significantly enhance the drag-and-drop functionality in ng2-dragula by allowing fine control over the drag sensitivity.
I kindly request that you consider reviewing and integrating these enhancements into the ng2-dragula project. Implementing these properties could simplify the adoption of customized drag thresholds for many developers using your library.
Thank you for considering this integration. I look forward to your feedback and hope for a positive response.
REQUIRED: Before filing a feature request
[feature request].
ng2-dragula
issues for related problems, including closed issues, and I didn't find anything.Is your feature request related to a problem? Please describe.
Hello,
I need to ignore the drag & drop when the users do a little movement because this is causing some issues.
Describe the solution you'd like
I saw that inside, you're using the following dependency:
"@types/dragula": "^2.1.34"
,And the slideFactorY and slideFactorX properties are not present in this version on the
interface DragulaOptions
although Dragula has supported them for several years.A clear and concise description of what you want to happen.
Describe alternatives you've considered
I limited the drag & drop area using the options you provided, e.g., moves(), revertOnSpill, removeOnSpill, etc. But they are never called because the movement is so little that they are not considered.
The text was updated successfully, but these errors were encountered: