fix: move draggable

This commit is contained in:
chenos 2022-03-05 17:38:05 +08:00
parent ea27fbdea9
commit 2c38bf139f

View File

@ -85,7 +85,7 @@ export const components = {
);
},
row: (props) => {
return <tr draggable {...props} />;
return <tr {...props} />;
},
},
};