mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
add drag state to item grid
This commit is contained in:
@@ -53,7 +53,7 @@ export const dndUtils = {
|
||||
id: string[];
|
||||
item?: TDataType[];
|
||||
operation?: DragOperation[];
|
||||
type: DragTarget;
|
||||
type: DragTarget | string;
|
||||
},
|
||||
metadata?: T,
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user