daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2.04k stars 82 forks source link

Vue code for Select in scroll aread needs to be updated. #111

Closed sachinshilwal closed 1 year ago

sachinshilwal commented 1 year ago

Environments

Description

Demo code for Vue in here, line no 206 is incomplete. in line 206:this.$refs.selecto. is it's missing .checkScroll() should be this.$refs.selecto.checkScroll() as mentioned in this issue by @jerwinaton

Please update it ASAP. Thanks

daybrush commented 1 year ago

@sachinbro

Fixed typos in vue code. Let me know if there are any other parts.

Thank you :)