I'm submitting a ...
[ ] bug report
[X ] feature request
[ ] other
What is the current behavior?
When start dragging an element I create a specific drag image and bind the dragImage property of the directive. Unfortunately it seems the directive first start the drag and only then change the image url.
I'm pretty sure the issue is I create the image when the onDragStart is invoked, and it is too late.
What is the expected behavior?
If there was an event that is invoked right before you start all the drag calculation, Maybe I could create the image there, and the bind will work.
Alternatively, maybe I can provide a lambda that creates an image uri instead of the dragImage property?
Please remove sections that are not required.
I'm submitting a ... [ ] bug report [X ] feature request [ ] other
What is the current behavior? When start dragging an element I create a specific drag image and bind the dragImage property of the directive. Unfortunately it seems the directive first start the drag and only then change the image url.
I'm pretty sure the issue is I create the image when the onDragStart is invoked, and it is too late.
Alternatively, maybe I can provide a lambda that creates an image uri instead of the dragImage property?
I'm in a real mess and not sure what to do.
Can you please help me?
Please tell us about your environment:
/ \ | | / | | | | / △ \ | ' \ / ` | | | | |/ ` | '| | | | | | | / | | | | (| | || | | (| | | | |__| | | | // __| ||_, |_,||_,|| __|__|| |/
Angular CLI: 6.0.7 Node: 9.0.0 OS: win32 x64 Angular: 6.0.4 ... compiler, core
Package Version
@angular-devkit/architect 0.6.7 (cli-only) @angular-devkit/core 0.6.7 (cli-only) @angular-devkit/schematics 0.6.7 (cli-only) @schematics/angular 0.6.7 (cli-only) @schematics/update 0.6.7 (cli-only) rxjs 6.2.0 typescript 2.7.2
Thanks