Skip to content

Commit a964721

Browse files
committed
Remove undefined shutdown call
1 parent 97d9e2f commit a964721

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ class MonacoEditor extends React.PureComponent {
195195
);
196196
})
197197
.then(() => {
198-
if (this.lifecycleService) {
199-
this.lifecycleService.shutdown();
200-
}
201198
if (this.quickopenService) {
202199
// Make sure that the quickopenWidget is gone, it's attached to an old dom node
203200
this.quickopenService.quickOpenWidget.dispose();

0 commit comments

Comments
 (0)