Skip to content

Commit b065069

Browse files
committed
💄
1 parent 69a4df1 commit b065069

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,11 +1066,8 @@ class TreeNodeListMouseController<T, TFilterData, TRef> extends MouseController<
10661066
}
10671067

10681068
protected onDoubleClick(e: IListMouseEvent<ITreeNode<T, TFilterData>>): void {
1069-
if (isInputElement(e.browserEvent.target as HTMLElement)) {
1070-
return;
1071-
}
1072-
10731069
const onTwistie = hasClass(e.browserEvent.target as HTMLElement, 'monaco-tl-twistie');
1070+
10741071
if (onTwistie) {
10751072
return;
10761073
}

0 commit comments

Comments
 (0)