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

tried sortable

This commit is contained in:
muerwre 2019-08-08 15:06:09 +07:00
parent 2dd0cb28e2
commit 1730421f27

View file

@ -24,6 +24,7 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc
</SortableItem> </SortableItem>
)) ))
} }
<div style={{ clear: 'both' }} />
</div> </div>
); );
}); });