Skip to content

Commit 74921e0

Browse files
committed
refactor(site): 移除文档中 lodash-es 依赖,移除无用 console
1 parent babbe9d commit 74921e0

File tree

3 files changed

+9
-47
lines changed

3 files changed

+9
-47
lines changed

packages/core/src/view/Graph.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ type ContainerStyle = {
3838
@observer
3939
class Graph extends Component<IGraphProps> {
4040
handleResize = () => {
41-
console.log('handleResize')
4241
this.props.graphModel.resize()
4342
}
4443

pnpm-lock.yaml

Lines changed: 9 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"dependencies": {
2929
"@ant-design/icons-svg": "^4.2.1",
3030
"@types/react-dom": "^18.3.0",
31-
"lodash-es": "4.17.21",
3231
"lottie-web": "^5.12.2",
3332
"rc-util": "^5.43.0"
3433
},

0 commit comments

Comments
 (0)