Unable to Make draggable="true" Work on Tab Component #3028
Unanswered
PlusoneWang
asked this question in
Help
Replies: 1 comment 1 reply
-
hi, do you find solutions for this problem? I also encountered the same problem, even if I upgraded to the latest 2.0 version, the problem still exists. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a Vue application and want to enable users to change the order of Tabs through drag and drop by setting draggable="true" on the component. However, it doesn't seem to work as expected. Can anyone advise on how to resolve this?
Here's a snippet of my code:
I noticed the following code within the Tab component, and I'm not sure if this could be causing the issue with drag not functioning:
Does the event.preventDefault() call in the handleMouseDown function interfere with the draggable functionality? How can I get the drag and drop feature working for the component under these circumstances?
I appreciate your time and assistance in advance. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions