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:
parent
1f9c6ac8f7
commit
bd5122f365
5 changed files with 28 additions and 40 deletions
|
@ -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 }) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue