Skip to content

Commit

Permalink
fixes #27835
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jun 2, 2017
1 parent 0aec2d6 commit f977399
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ export class BreakpointsController extends BaseDebugController {
return true;
}
if (element instanceof Breakpoint) {
super.onLeftClick(tree, element, event);
this.openBreakpointSource(element, event, event.detail !== 2);
return true;
}
Expand Down

0 comments on commit f977399

Please sign in to comment.