提交 9dc26570 编写于 作者: I isidor

fix double click focus movement when clicking in debug trees

fixes #27835
上级 895deefd
......@@ -251,6 +251,7 @@ export class CallStackController extends BaseDebugController {
}
if (element instanceof StackFrame) {
this.focusStackFrame(element, event, event.detail !== 2);
return true;
}
return super.onLeftClick(tree, element, event);
......@@ -1256,6 +1257,7 @@ export class BreakpointsController extends BaseDebugController {
}
if (element instanceof Breakpoint) {
this.openBreakpointSource(element, event, event.detail !== 2);
return true;
}
return super.onLeftClick(tree, element, event);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册