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

select box is at wrong position #100

Closed winjeysong closed 2 years ago

winjeysong commented 2 years ago

Environments

Description

I set "transform: scale(0.5)" on container element, and set "rootContainer" prop, but select box is still at wrong position.

image

daybrush commented 2 years ago

@winjeysong

selecto's new version is released. Check it again.

winjeysong commented 2 years ago

@winjeysong

selecto's new version is released. Check it again.

@daybrush thanks for your rapid response, but I still get something wrong... It seems that e.data is undefined.

image image

daybrush commented 2 years ago

@winjeysong

In my opinion, delete selecto and install it again. The version of gesto must be 1.13.0 or higher installed.

winjeysong commented 2 years ago

@winjeysong

In my opinion, delete selecto and install it again. The version of gesto must be 1.13.0 or higher installed.

ok, thank you