aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-05-08 11:16:30 -0400
committerbob <bcz@cs.brown.edu>2019-05-08 11:16:30 -0400
commit9573fe783fe9edfa38421d806a473d4cc496733f (patch)
treed39e980bd8920c8925843e1acdf41ee1514c8666 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parenta573867d2443a806f174db58e2a920db3405934c (diff)
cleaned up template menu. made icon doc deletable.
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index 5efc75793..a9c53933e 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -127,7 +127,6 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF
}
@action
public toggleIcon = async (): Promise<void> => {
- UndoManager.GetOpenBatches().forEach(batch => console.log(batch.batchName));
SelectionManager.DeselectAll();
let isMinimized: boolean | undefined;
let maximizedDocs = await DocListCast(this.props.Document.maximizedDocs);