Skip to content

Commit

Permalink
[#1353] evChartZoom 변수 valid 로직 추가 (#1354)
Browse files Browse the repository at this point in the history
################
  • Loading branch information
kdeun1 authored Feb 16, 2023
1 parent cff3722 commit c8c30b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chart/uses.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export const useZoomModel = (
};

onUpdated(() => {
if (evChartToolbarRef.value) {
if (evChartZoom && evChartToolbarRef.value) {
evChartZoom.setIcon(evChartToolbarRef.value);
}
});
Expand Down

0 comments on commit c8c30b9

Please sign in to comment.