aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionNoteTakingViewColumn.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-08-05 10:51:55 -0400
committerbobzel <zzzman@gmail.com>2022-08-05 10:51:55 -0400
commit7b7374c4b20a0488c74b49cdc50daa6867dce2a9 (patch)
tree6f9f27b905b3a853ac6f376f22e0ab0e2620c468 /src/client/views/collections/CollectionNoteTakingViewColumn.tsx
parent9352541dcc467794c792f0c526f5c45bfd8174a8 (diff)
fixed undo of adding column in notetaking view
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingViewColumn.tsx')
-rw-r--r--src/client/views/collections/CollectionNoteTakingViewColumn.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx
index 9b7518c60..62d954b9c 100644
--- a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx
+++ b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx
@@ -47,6 +47,7 @@ interface CSVFieldColumnProps {
screenToLocalTransform: () => Transform;
observeHeight: (myref: any) => void;
unobserveHeight: (myref: any) => void;
+ //setDraggedCol:(clonedDiv:any, header:SchemaHeaderField, xycoors: )
editableViewProps: () => any;
resizeColumns: (n: number) => void;
columnStartXCoords: number[];