Skip to content

Commit 75c2309

Browse files
committed
Set id of the editor part
1 parent 5329d1f commit 75c2309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/components/CodeEditor/VSCode/MonacoReactComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class MonacoEditor extends React.PureComponent {
103103
);
104104

105105
container.className = 'monaco-workbench';
106+
part.id = 'vscode-editor';
106107
part.className = 'part editor has-watermark';
107108
editorElement.className += ' monaco-workbench mac nopanel';
108109

0 commit comments

Comments
 (0)