提交 482f09f2 编写于 作者: I isidor

open editors: do not allow left / right to expand and collapse groups

fixes #7848
上级 8203a897
......@@ -272,6 +272,15 @@ export class Controller extends treedefaults.DefaultController {
return true;
}
// Do not allow left / right to expand and collapse groups #7848
protected onLeft(tree: ITree, event: IKeyboardEvent): boolean {
return true;
}
protected onRight(tree: ITree, event: IKeyboardEvent): boolean {
return true;
}
protected onEnter(tree: ITree, event: IKeyboardEvent): boolean {
var element = tree.getFocus();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册