diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-10 22:25:39 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-10 22:25:39 -0500 |
| commit | b0a21edf5ffddda7caecc7774419b4f5034d815f (patch) | |
| tree | f79af35cac746938f3ef1f7e651bc4846b5f3721 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | f6b0ff82da9d0a64161a33fcb6e747caa13e62ef (diff) | |
fited notetaking view to create headers if they don't exist when switching from another view. Also fixed fitWidth typo for collections
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index f98b0839a..15d8144fc 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -94,9 +94,6 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection private _brushtimer: any; private _brushtimer1: any; - // private isWritingMode: boolean = true; - // private writingModeDocs: Doc[] = []; - private get isAnnotationOverlay() { return this.props.isAnnotationOverlay; } |
