Skip to content

Commit

Permalink
I don't know why this could fix the issue. But it does. (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder authored Jan 11, 2022
1 parent 43fd273 commit 1b41dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ContentWrap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ export default class ContentWrap extends Component {
trackEvent('ui', 'code', 'toolbox');
const code = this.cm.js.getValue();
this.cm.js.setValue(codeService.addCode(code, param));
this.refreshEditor();
}

render() {
Expand Down

0 comments on commit 1b41dce

Please sign in to comment.