修复Issue在全屏放大后切换到代码文件,无法显示代码内容

dev_daiao
tangjiang 5 years ago
parent 402fc45544
commit 51b3e4b5bb

@ -251,7 +251,8 @@ class TPIMonaco extends Component {
// Clears the editor's undo history.
// TODO
// extend_editor.clearHistory()
}
}
editor_monaco.layout();
}
componentWillUnmount() {
// 注意销毁不然会出现不能编辑的bug

Loading…
Cancel
Save