pull/65776/head
Benjamin Pasero 2018-12-28 11:30:34 +01:00
parent 8094b7708a
commit 849673a5c9
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ export class TabsTitleControl extends TitleControl {
element = (e as GestureEvent).initialTarget as HTMLElement;
}
return !!findParentWithClass(element, 'monaco-action-bar', 'tab');
return !!findParentWithClass(element, 'action-item', 'tab');
}
private onDrop(e: DragEvent, targetIndex: number): void {