moveable icon indicating copy to clipboard operation
moveable copied to clipboard

Is there a way to update container on dragging ?

Open Nonoizz opened this issue 1 year ago • 1 comments

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 ?

chrome-capture-2023-7-11

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 avatar Aug 11 '23 15:08 Nonoizz

@Nonoizz

Hmm... I guess my expected scenario would be as follows.

  1. mount two moveables on both sides
  2. When you cross a certain standard line, turn off Moveable on the right.
  3. How to activate Moveable on the left and use .dragStart(e) method

What do you think?

daybrush avatar Sep 30 '23 09:09 daybrush