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 bee02e0 commit 3e97360Copy full SHA for 3e97360
client/modules/IDE/components/PreviewFrame.jsx
@@ -173,7 +173,7 @@ class PreviewFrame extends React.Component {
173
sketchDoc.body.appendChild(accessibleOutputs);
174
sketchDoc.body.appendChild(accessiblelib);
175
const gridSection = sketchDoc.createElement('section');
176
- gridSection.setAttribute('id', 'gridOutput-content');
+ gridSection.setAttribute('id', 'tableOutput-content');
177
sketchDoc.getElementById('accessible-outputs').appendChild(gridSection);
178
}
179
if (this.props.soundOutput) {
0 commit comments