Skip to content

Commit a790f91

Browse files
committed
add todo
1 parent 0753f82 commit a790f91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/browser/ui/tree/abstractTree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ class TreeNodeListMouseController<T, TFilterData, TRef> extends MouseController<
11001100

11011101
const onTwistie = hasClass(e.browserEvent.target as HTMLElement, 'monaco-tl-twistie');
11021102

1103+
// TODO@joao: fix folder expansion
11031104
if (e.browserEvent.detail !== 2 && !onTwistie) {
11041105
return super.onPointer(e);
11051106
}

0 commit comments

Comments
 (0)