Skip to content

Commit

Permalink
Release note added
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed Oct 29, 2024
1 parent 3e8101a commit 07e2ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please follow the established format:
## Major features and improvements

- Update Kedro-Viz telemetry for opt-out model (#2022)
- Introduce `modeOptions` prop object with `reFocus` prop (#2161)

## Bug fixes and other changes

Expand Down
1 change: 0 additions & 1 deletion src/components/flowchart/flowchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ export class FlowChart extends Component {
* Zoom and scale to fit graph and any selected node in view
*/
resetView(preventZoom) {
console.log('resetView, preventZoom', preventZoom);
const { chartSize, graphSize, clickedNode, nodes } = this.props;
const { width: chartWidth, height: chartHeight } = chartSize;
const { width: graphWidth, height: graphHeight } = graphSize;
Expand Down

0 comments on commit 07e2ebf

Please sign in to comment.