Thanks to visit codestin.com Credit goes to github.com
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 9efd9c6 commit 9285d2bCopy full SHA for 9285d2b
client/modules/IDE/components/PreviewFrame.jsx
@@ -143,7 +143,10 @@ class PreviewFrame extends React.Component {
143
hijackConsole
144
];
145
const accessiblelib = sketchDoc.createElement('script');
146
- accessiblelib.setAttribute('src', 'https://cdn.rawgit.com/processing/p5.accessibility/v0.1.1/dist/p5-accessibility.js');
+ accessiblelib.setAttribute(
147
+ 'src',
148
+ 'https://cdn.rawgit.com/processing/p5.accessibility/v0.1.1/dist/p5-accessibility.js'
149
+ );
150
const accessibleOutputs = sketchDoc.createElement('section');
151
accessibleOutputs.setAttribute('id', 'accessible-outputs');
152
accessibleOutputs.setAttribute('aria-label', 'accessible-output');
0 commit comments