diff options
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingViewColumn.tsx')
-rw-r--r-- | src/client/views/collections/CollectionNoteTakingViewColumn.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx index b299eb739..bdcb9c399 100644 --- a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx +++ b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx @@ -140,13 +140,6 @@ export class CollectionNoteTakingViewColumn extends React.Component<CSVFieldColu newDoc[key] = colValue; FormattedTextBox.SelectOnLoad = newDoc[Id]; FormattedTextBox.SelectOnLoadChar = forceEmptyNote ? "" : " "; - // let currentDocs: Doc[] = [] - // const docsFromMap = this.props.docsByColumnHeader.get(colValue) - // if (docsFromMap) { - // currentDocs = [...docsFromMap] - // } - // currentDocs.push(newDoc) - // this.props.setDocsForColHeader(colValue, currentDocs) return this.props.addDocument?.(newDoc) || false; } |