1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

editor refactoring

This commit is contained in:
Fedor Katurov 2019-10-16 11:11:35 +07:00
parent 1f9c6ac8f7
commit bd5122f365
5 changed files with 28 additions and 40 deletions

View file

@ -12,8 +12,6 @@ interface IProps {
data: INode;
setData: (val: INode) => void;
locked: IUploadStatus[];
// items: IFile[];
// onFileMove: (o: number, n: number) => void;
}
const SortableItem = SortableElement(({ children }) => (