提交 da56a2cd 编写于 作者: J Johannes Rieken

workaround missing config change event, #9705

上级 6d5c3be3
......@@ -229,6 +229,7 @@ export abstract class CommonCodeEditor extends EventEmitter implements editorCom
public updateOptions(newOptions:editorCommon.IEditorOptions): void {
this._configuration.updateOptions(newOptions);
this._editorReadonly.set(this._configuration.editor.readOnly);
this._editorTabMovesFocusKey.set(this._configuration.editor.tabFocusMode);
}
public getConfiguration(): editorCommon.InternalEditorOptions {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册