diff --git a/tb_plugins/profiling/tb_plugin/fe/src/components/MemoryView.tsx b/tb_plugins/profiling/tb_plugin/fe/src/components/MemoryView.tsx index 8005b9d8c8ecb91ce2669d8fa8d97e0fe252f581..e3c7599f98152555fc172c7325d2fffecf328144 100644 --- a/tb_plugins/profiling/tb_plugin/fe/src/components/MemoryView.tsx +++ b/tb_plugins/profiling/tb_plugin/fe/src/components/MemoryView.tsx @@ -399,7 +399,7 @@ export const MemoryView: React.FC = React.memo((props) => { graph={lineChartData} deviceTarget={deviceTarget} tag={tag} - onSelectionChanged={onSelectedRangeChanged} + onSelectionChanged={tag !== 'Component' ? onSelectedRangeChanged : undefined} explorerOptions={{ actions: ['dragToZoom', 'rightClickToReset'], axis: 'horizontal',