We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e7fa0 commit 550a7a3Copy full SHA for 550a7a3
1 file changed
packages/devtools_app/lib/src/shared/charts/flame_chart.dart
@@ -269,8 +269,7 @@ abstract class FlameChartState<
269
verticalControllerGroup.resetScroll();
270
zoomController.reset();
271
verticalExtentDelegate.recompute();
272
- } else if (widget.containerWidth != oldWidget.containerWidth ||
273
- widget.containerHeight != oldWidget.containerHeight) {
+ } else if (widget.containerWidth != oldWidget.containerWidth) {
274
initFlameChartElements();
275
276
}
0 commit comments