| Index: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| index 78a1b74a72cb08f0e373f98305345971724fbd25..55b61a2726a9b3bd21b5d06e2467dec91a050972 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| @@ -709,9 +709,6 @@ var TreeElement = class {
|
| if (!toggleOnClick && !isInTriangle)
|
| return;
|
|
|
| - if (event.target && event.target.enclosingNodeOrSelfWithNodeName('a'))
|
| - return;
|
| -
|
| if (this.expanded) {
|
| if (event.altKey)
|
| this.collapseRecursively();
|
|
|