diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:16 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:16 -0400 |
commit | 72d077b38e94b867307b9a9523be49a9ffa20a66 (patch) | |
tree | 533eb93a4a74e9d598f69ea271c9165ce18cb34c /src/client/util/UndoManager.ts | |
parent | 2b6e76fb60d4dafd1c5383f21f870542cc808aff (diff) | |
parent | 5c9983880f34bf6949a01035ba1e3fcb9c75ec99 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pdf_fixes
Diffstat (limited to 'src/client/util/UndoManager.ts')
-rw-r--r-- | src/client/util/UndoManager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/UndoManager.ts b/src/client/util/UndoManager.ts index c0ed015bd..156390fd3 100644 --- a/src/client/util/UndoManager.ts +++ b/src/client/util/UndoManager.ts @@ -94,6 +94,7 @@ export namespace UndoManager { } export function PrintBatches(): void { + console.log("Open Undo Batches:"); GetOpenBatches().forEach(batch => console.log(batch.batchName)); } |