Skip to content

Commit

Permalink
revert changes to packages/diagram_capture/lib/diagram_capture.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
HansMuller committed Jan 30, 2024
1 parent b8ea059 commit 5f16d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/diagram_capture/lib/diagram_capture.dart
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ class DiagramFlutterBinding extends BindingBase
boundaryKey: _boundaryKey,
widgetController: _controller,
child: Builder(builder: builder),
);
attachRootWidget(wrapWithDefaultView(rootWidget));
));
attachRootWidget(rootWidget);
pump();
);
}

/// Advances time by the given duration, and generates a frame.
///
Expand Down

0 comments on commit 5f16d66

Please sign in to comment.