Skip to content

Commit

Permalink
Update packages/dnd/src/DndPlugin.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ziad Beyens <ziad.beyens@gmail.com>
  • Loading branch information
felixfeng33 and zbeyens authored Nov 4, 2024
1 parent 8f5063b commit 5bcc4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dnd/src/DndPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export type DndConfig = PluginConfig<
isDragging?: boolean;
scrollerProps?: Partial<ScrollerProps>;
onDropFiles?: (
editor: PlateEditor,
props: {
editor: PlateEditor;
id: string;
dragItem: FileDragItemNode;
monitor: DropTargetMonitor<DragItemNode, unknown>;
Expand Down

0 comments on commit 5bcc4d4

Please sign in to comment.