Fixed type

This commit is contained in:
Alex Maclean
2018-08-07 14:50:36 +10:00
parent b9cffcee56
commit 4d292f7efd
+1 -1
View File
@@ -72,7 +72,7 @@ export interface OnDragPreviousAndNextLocation extends PreviousAndNextLocation {
}
export interface ShouldCopyData {
node: TreeItem;
node: TreeNode;
prevPath: NumberArrayOrStringArray;
prevTreeIndex: number;
}