Skip to content

Commit

Permalink
Update web.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis authored Jan 20, 2023
1 parent f37c047 commit 4c31c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/platforms/web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BrowserWebViewState extends WebViewState<BrowserWebView> {
if (_iframeElementMap[key] == null) {
_iframeElementMap[key] = html.IFrameElement();
}
final element = _iframeElementMap[widget.key];
final element = _iframeElementMap[key];
final options = widget.options.browser;

element!
Expand Down

0 comments on commit 4c31c14

Please sign in to comment.