diff options
author | bob <bcz@cs.brown.edu> | 2019-05-08 11:16:30 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-08 11:16:30 -0400 |
commit | 9573fe783fe9edfa38421d806a473d4cc496733f (patch) | |
tree | d39e980bd8920c8925843e1acdf41ee1514c8666 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | a573867d2443a806f174db58e2a920db3405934c (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.tsx | 1 |
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); |