revoltchat / frontend

Monorepo for Revolt's frontend.
https://revolt.chat
GNU Affero General Public License v3.0
216 stars 62 forks source link

issue: dnd and virtualisation are mutually exclusive #176

Open insertish opened 1 year ago

insertish commented 1 year ago

Currently dnd (Draggable) and virtualisation (VirtualContainer) are mutually exclusive, is there any way to get these to work together? Otherwise we have to compromise where we want DND and where we want virtualisation.

Drevoed commented 1 month ago

Yeah, there is a way, but it involves a lot of glue code.

Probably would make sense to do a PoC anyway.