shakacode/rescript-dnd

Nested list support

satvikpendem opened this issue · 3 comments

Is there a way to have lists within lists, for example in a nested list hierarchy like so?

- A
    - A1
        -A1a
        -A1b
    -A2
-B

Though there is a better way to achieve it. I need to sync up current version of re-dnd that's used at minima.app with this repo. I will look into it next week.

See #14 . Let me know if you have any further questions.