提交 4051687d 编写于 作者: I isidor

fixes #106505

上级 54755765
......@@ -98,7 +98,7 @@ export class BreakpointWidget extends ZoneWidget implements IPrivateBreakpointWi
@ICodeEditorService private readonly codeEditorService: ICodeEditorService,
@IConfigurationService private readonly _configurationService: IConfigurationService
) {
super(editor, { showFrame: true, showArrow: false, frameWidth: 1 });
super(editor, { showFrame: true, showArrow: false, frameWidth: 1, isAccessible: true });
this.toDispose = [];
const model = this.editor.getModel();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册