CodeEditor keeps model after unmount (#70661)
This commit is contained in:
@@ -166,6 +166,7 @@ class UnthemedCodeEditor extends PureComponent<Props> {
|
||||
}}
|
||||
beforeMount={this.handleBeforeMount}
|
||||
onMount={this.handleOnMount}
|
||||
keepCurrentModel={true}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user