Change note drag overlay props to match new token drag overlay
This commit is contained in:
@@ -141,8 +141,7 @@ function useMapNotes(
|
||||
|
||||
const noteDragOverlay = noteDraggingOptions ? (
|
||||
<NoteDragOverlay
|
||||
dragging={noteDraggingOptions.dragging}
|
||||
noteId={noteDraggingOptions.noteId}
|
||||
draggingOptions={noteDraggingOptions}
|
||||
onNoteRemove={handleNoteRemove}
|
||||
/>
|
||||
) : null;
|
||||
|
||||
Reference in New Issue
Block a user