stephan281094 / vue-drag-select

A Vue component for drag selecting elements. Inspired by react-drag-select.
75 stars 26 forks source link

Fix position bug and add the change event #2

Closed FrancisKong closed 7 years ago

FrancisKong commented 7 years ago

When the relative element isn't the body element, then the position of the selection box will go wrong.

stephan281094 commented 7 years ago

Hi @FrancisKong, thank you for the PR. I'll try to find some time this week to review the code.

FrancisKong commented 7 years ago

Thank you for your time, I wrote a demo about the bug: vue-drag-select-bug

FrancisKong commented 7 years ago

I've udpated the code, you may merge now.