mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
More tree dnd renameing
This commit is contained in:
@@ -250,7 +250,7 @@ class ExtHostTreeView<T> extends Disposable {
|
||||
private static readonly ID_HANDLE_PREFIX = '1';
|
||||
|
||||
private readonly dataProvider: vscode.TreeDataProvider<T>;
|
||||
private readonly dndController: vscode.DragAndDropController<T> | undefined;
|
||||
private readonly dndController: vscode.TreeDragAndDropController<T> | undefined;
|
||||
|
||||
private roots: TreeNode[] | undefined = undefined;
|
||||
private elements: Map<TreeItemHandle, T> = new Map<TreeItemHandle, T>();
|
||||
|
||||
Reference in New Issue
Block a user