refactor: make sure that the droppable styles are kept, update some nodes to reflect their used functionality.

ref: N25B-294
This commit is contained in:
Björn Otgaar
2025-11-18 15:36:18 +01:00
parent 3e73e78ee9
commit 0bbb6101ae
9 changed files with 61 additions and 138 deletions

View File

@@ -124,7 +124,7 @@ export function DndToolbar() {
}
{droppableNodes.map(({type, data}) => (
<DraggableNode
className={styles.nodeType}
className={styles[`draggable-node-${type}`]}
nodeType={type}
onDrop={handleNodeDrop}
>