daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
9.96k stars 618 forks source link

Vertical snap guideline problem #592

Open rasfront opened 2 years ago

rasfront commented 2 years ago

Environments

Hi there! I have a problem with vertical snap guidelines in scaled container. Horizontal guidelines is ok.

https://user-images.githubusercontent.com/34380690/150003992-11a5aa2d-a355-4fab-ac80-e2515b4244de.mp4

daybrush commented 2 years ago

@Raserad

It will take some time to fix.

Unruly-Coder commented 2 years ago

Not sure if this will help your implementation but adding this to styles helped me.

.moveable-line.moveable-vertical { transform-origin: center; }

daybrush commented 2 years ago

@Raserad @Crazy-Ivan

If it's still a problem, can you give me an address where I can test it?

difficult to reproduce.