Skip to content

Commit 1b41dce

Browse files
authored
I don't know why this could fix the issue. But it does. (#376)
1 parent 43fd273 commit 1b41dce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ContentWrap.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ export default class ContentWrap extends Component {
763763
trackEvent('ui', 'code', 'toolbox');
764764
const code = this.cm.js.getValue();
765765
this.cm.js.setValue(codeService.addCode(code, param));
766-
this.refreshEditor();
767766
}
768767

769768
render() {

0 commit comments

Comments
 (0)