Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
zhangtengjin committed Nov 19, 2020
1 parent ad7bd67 commit b67a74a
Show file tree
Hide file tree
Showing 2 changed files with 3,404 additions and 5,344 deletions.
2 changes: 1 addition & 1 deletion src/extensions/explore/tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const TreeView: React.FunctionComponent<ITreeProps> = (
item.children.unshift(dragObj);
});
} else {
let ar, i;
let ar; let i;
loopTree(data, dropKey, (item, index, arr) => {
ar = arr; i = index;
});
Expand Down
Loading

0 comments on commit b67a74a

Please sign in to comment.