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 e53525c commit 4e0aa64Copy full SHA for 4e0aa64
packages/app/src/app/components/CodeEditor/VSCode/index.tsx
@@ -122,8 +122,6 @@ class MonacoEditor extends React.Component<Props> implements Editor {
122
this.props.height !== nextProps.height
123
) {
124
this.resizeEditorInstantly();
125
-
126
- return true;
127
}
128
129
if (
@@ -133,8 +131,6 @@ class MonacoEditor extends React.Component<Props> implements Editor {
133
131
this.props.height !== nextProps.height)
134
132
135
136
137
138
139
140
const activeEditor = this.editor && this.editor.getActiveCodeEditor();
0 commit comments