Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Wechslberger committed Sep 19, 2019
1 parent 11310d2 commit 7a03d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/platform_views.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void _disposePlatformView(
final int id = methodCall.arguments;
const MethodCodec codec = StandardMethodCodec();

// remove the root element of the view from the DOM
// Remove the root element of the view from the DOM.
platformViewRegistry._createdViews[id]?.remove();
platformViewRegistry._createdViews.remove(id);

Expand Down

0 comments on commit 7a03d2d

Please sign in to comment.