Skip to content

Commit 550a7a3

Browse files
committed
feedback
1 parent 64e7fa0 commit 550a7a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/devtools_app/lib/src/shared/charts/flame_chart.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ abstract class FlameChartState<
269269
verticalControllerGroup.resetScroll();
270270
zoomController.reset();
271271
verticalExtentDelegate.recompute();
272-
} else if (widget.containerWidth != oldWidget.containerWidth ||
273-
widget.containerHeight != oldWidget.containerHeight) {
272+
} else if (widget.containerWidth != oldWidget.containerWidth) {
274273
initFlameChartElements();
275274
verticalExtentDelegate.recompute();
276275
}

0 commit comments

Comments
 (0)