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
[ ] bug report => Search github for a similar issue or PR before submitting
[x] feature request
[x] support request => Sorry, we will not be able to answer every support request. Please consider other venues for support requests
Current behavior
-ex: drag, drop, over, out, remove and cancel.
I know there are some events which can be extended / called from the view and the drag event is only called once.
Expected behavior
Is there a way to extend the drag event so it is called multiple times or extend the y & x values from the drag object each times it moves in real time?
or create another event calld like "move"? which is called each time the event moves.
What is the motivation / use case for changing the behavior?
For an example if you want to get the y & x value from the drag object, on each small movment to call a websocket for real time drag and drop behavior, so all the users which are using you application can see the movment in real time.
"@swimlane/ngx-dnd": "^3.2.0"
Angular version: 5.2.9
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
-ex: drag, drop, over, out, remove and cancel.
I know there are some events which can be extended / called from the view and the drag event is only called once.
Expected behavior
Is there a way to extend the drag event so it is called multiple times or extend the y & x values from the drag object each times it moves in real time?
or create another event calld like "move"? which is called each time the event moves.
What is the motivation / use case for changing the behavior?
For an example if you want to get the y & x value from the drag object, on each small movment to call a websocket for real time drag and drop behavior, so all the users which are using you application can see the movment in real time.
"@swimlane/ngx-dnd": "^3.2.0"
Angular version: 5.2.9
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
The text was updated successfully, but these errors were encountered: