diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-03 09:20:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-03 09:20:46 -0400 |
| commit | e2196ef689b6784613b5950446609b08fb0ef7a2 (patch) | |
| tree | fa76ab85ca5f0c10daafdc2ba6f1498e0d17d259 /src/client/views/collections | |
| parent | f706f70451525d4d0716c631cece9d78d76b3bfd (diff) | |
reverting unnecessary changes
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionNoteTakingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingView.tsx b/src/client/views/collections/CollectionNoteTakingView.tsx index 8c10db5dc..6318620e0 100644 --- a/src/client/views/collections/CollectionNoteTakingView.tsx +++ b/src/client/views/collections/CollectionNoteTakingView.tsx @@ -138,7 +138,6 @@ export class CollectionNoteTakingView extends CollectionSubView() { sections.get(existingHeader)!.push(d); } }); - //*!* // now we add back in the docs that we're dragging if (rowCol.length && columnHeaders.length > rowCol[1]) { const offset = 0; |
