Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tauu committed Sep 24, 2019
1 parent 94fff25 commit 07daca6
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 07daca6

Please sign in to comment.