credred / vue-drag-select

Drag select component for Vue3
https://credred.github.io/vue-drag-select/
48 stars 5 forks source link

Disabled prop only works for drag #39

Open JshGrn opened 6 months ago

JshGrn commented 6 months ago

If the prop is true for disabled, dragging over this element will not select it but single clicking it will. I have had to set clickOptionToSelect to false to prevent the disabled being selected, I presume this is a bug or am I missing a feature here?

credred commented 6 months ago

Yes. This is a bug.