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 94e5df9 commit 98a630cCopy full SHA for 98a630c
src/Frame.jsx
@@ -82,6 +82,7 @@ export class Frame extends Component {
82
83
handleLoad = () => {
84
this.setState({ iframeLoaded: true });
85
+ this.props.onLoad && this.props.onLoad()
86
};
87
88
renderFrameContents() {
0 commit comments