Skip to content

Commit

Permalink
fix(history): fixed history chart resetting zoom when releasing modif…
Browse files Browse the repository at this point in the history
…ier key

Signed-off-by: Danil Kostromin <[email protected]>
  • Loading branch information
okt-limonikas committed Nov 28, 2024
1 parent d7cf566 commit fdd7034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const MeasurementChart = (props: MeasurementChartProps) => {
additionalToolBarItems={additionalToolBarItems}
isFullScreen={isFullScreen}
/>
<Plot options={options} ref={ref} style={props.style} />
<Plot options={options} notMerge={false} ref={ref} style={props.style} />
</>
);
};
Expand Down

0 comments on commit fdd7034

Please sign in to comment.