0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 20:03:03 +00:00

Add ID to iFrame

This commit is contained in:
G.Ambatte
2022-05-03 11:50:04 +12:00
parent b9f2517696
commit cde611eed5

View File

@@ -188,7 +188,7 @@ const BrewRenderer = createClass({
</div> </div>
: null} : null}
<Frame initialContent={this.state.initialContent} <Frame id='BrewRenderer' initialContent={this.state.initialContent}
style={{ width: '100%', height: '100%', visibility: this.state.visibility }} style={{ width: '100%', height: '100%', visibility: this.state.visibility }}
contentDidMount={this.frameDidMount}> contentDidMount={this.frameDidMount}>
<div className={'brewRenderer'} <div className={'brewRenderer'}