aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
authorJenny Yu <jennyyu212@outlook.com>2022-05-04 00:15:53 -0400
committerJenny Yu <jennyyu212@outlook.com>2022-05-04 00:15:53 -0400
commit92142bba66010a8792c00dc372228b92e151c8b3 (patch)
tree552e3163b36b7d5d05b6ca35dcf8f16d0edf11db /src/client/views/nodes/trails/PresElementBox.tsx
parent4381f14cfc058c534d4117a61ece34c6db72da9d (diff)
fix: removed clear previous button
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index 23c80253c..c13f469cc 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -308,6 +308,8 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() {
if (activeItem.recording) {
// if we already have an existing recording
console.log("recording exists")
+ console.log(activeItem.recording)
+ console.log(Cast(activeItem.recording, Doc, null))
Doc.AddDocToList((Doc.UserDoc().myOverlayDocs as Doc), undefined, Cast(activeItem.recording, Doc, null));
} else {