moveable icon indicating copy to clipboard operation
moveable copied to clipboard

The dragStart method cannot fire twice

Open LHongHui opened this issue 2 years ago • 2 comments

Environments

  • Framework name: moveable
  • Framework version: 0.35.0
  • Moveable Component version: 0.35.0
  • Testable Address(optional): https://stackblitz.com/edit/js-feczfl

Description

When I drag the father component first and then the son component again, Moveable does not work properly. I find that dragStart does not fire twice, and manually calling moveable.dragstart(e) does not work.It works fine with version 0.32.0, so you can try it out.

LHongHui avatar Aug 11 '22 03:08 LHongHui

@LHongHui

I checked the reason. I will fix it soon.

daybrush avatar Aug 11 '22 08:08 daybrush

@LHongHui

  • lit-moveable 0.12.1
  • moveable 0.35.1
  • preact-moveable 0.37.1
  • react-compat-moveable 0.23.1
  • react-moveable 0.38.1
  • svelte-moveable 0.27.1
  • vue-moveable 2.0.0-beta.33
  • vue3-moveable 0.10.1
  • ngx-moveable 0.32.1

moveable's new version is relased. Check it again.

daybrush avatar Aug 12 '22 12:08 daybrush