Skip to content

Bug: I can't use draggable="true" (HTML Drag and Drop API) in others places #863

Open
@malestroms

Description

@malestroms

Hi all,

I just start working on another component that is rendering at the same time as the one that is using this one. So I'm basically doing a list and adding the attribute draggable="true", the problem is that is not working unless I turn off react-sortable-tree, so looks to me that react-sortable-tree is taking over the events or something not allowing to any other element with draggable="true" works as expected.

list e.g:

<ul>
   <li draggable="true">AAA</li>
   <li draggable="true">BBB</li>
   <li draggable="true">CCC</li>
<ul>

Any suggestions or workaround of this? there is a way to "reactivate" the event that is checking drags on the page? or something ? any help will be appreciate it

Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions