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 c746ea3 commit 244af76Copy full SHA for 244af76
client/modules/IDE/components/PreviewFrame.jsx
@@ -47,7 +47,6 @@ class PreviewFrame extends React.Component {
47
48
if (this.props.textOutput !== prevProps.textOutput) {
49
this.renderSketch();
50
- return;
51
}
52
53
if (this.props.gridOutput !== prevProps.gridOutput) {
client/utils/consoleUtils.js
@@ -1,7 +1,3 @@
1
-import {
2
- EXTERNAL_LINK_REGEX
3
-} from '../../server/utils/fileUtils';
4
-
5
import warnLightUrl from '../images/console-warn-light.svg';
6
import warnDarkUrl from '../images/console-warn-dark.svg';
7
import errorLightUrl from '../images/console-error-light.svg';
0 commit comments