Hi all,
I am looking into an event listener which fires on changing the selection of layer. I found 'Select' event listener which fires on selecting the different object.
Actually the problem with Select event listener is that when we select an object and move it and deselect it by clicking on the document, event fires on the selection of that object. But if we again select the same object and move it, no event is fired at that time.
Is there any workaround of this? So that the event is fired every time when we select the same object.
Please help me on this..
Regards,
VG.