Update name of table output (#670)
This commit is contained in:
parent
bee02e01ab
commit
3e97360c82
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class PreviewFrame extends React.Component {
|
|||
sketchDoc.body.appendChild(accessibleOutputs);
|
||||
sketchDoc.body.appendChild(accessiblelib);
|
||||
const gridSection = sketchDoc.createElement('section');
|
||||
gridSection.setAttribute('id', 'gridOutput-content');
|
||||
gridSection.setAttribute('id', 'tableOutput-content');
|
||||
sketchDoc.getElementById('accessible-outputs').appendChild(gridSection);
|
||||
}
|
||||
if (this.props.soundOutput) {
|
||||
|
|
Loading…
Reference in a new issue