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

relax enablement behaviour, #9286

上级 3978edfa
......@@ -30,7 +30,7 @@ class ShowSnippetsActions extends EditorAction {
@IQuickOpenService private _quickOpenService: IQuickOpenService,
@ICodeEditorService private _editorService: ICodeEditorService
) {
super(descriptor, editor, Behaviour.WidgetFocus | Behaviour.Writeable);
super(descriptor, editor, Behaviour.Writeable);
}
run(): TPromise<boolean> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册