Skip to content

Commit

Permalink
fix: Adjusted contentCompact without triggering ECharts resize (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 authored Aug 1, 2024
1 parent 69f0703 commit 9348d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/effects/chart-ui/src/echarts/use-echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
() => preferences.sidebar.collapsed,
() => preferences.sidebar.extraCollapse,
() => preferences.sidebar.hidden,
() => preferences.app.contentCompact,
],
() => {
// 折叠动画200ms
Expand Down

0 comments on commit 9348d65

Please sign in to comment.