angular-drop
angular-drop copied to clipboard
Using computedStyle instead of style when reading `top` and `left` from element
We often set property inside css file instead of inline, so I suggest using computed style instead of style when reading top and left, the code here might explain what I mean
https://github.com/willnew/angular-drop/commit/5eb3c8de09f2cec3c540b376df087b4985b473c3
And It's just work and further changes are needed if you think it is necessary to make that change
care to send a PR?
I'll see