moveable
moveable copied to clipboard
Is there a way to update container on dragging ?
Environments
- Framework name: Angular
- Framework version: 14
- Moveable Component version: ^0.43.1
Description
is it possible to do this kind of draggable with moveable ?
while dragging, to update the container ref ?! and if so, how ?
technically, if the cursor goes hover a new container, update the ref
thanks for your help!
@Nonoizz
Hmm... I guess my expected scenario would be as follows.
- mount two moveables on both sides
- When you cross a certain standard line, turn off Moveable on the right.
- How to activate Moveable on the left and use
.dragStart(e)
method
What do you think?