diff options
author | Jenny Yu <jennyyu212@outlook.com> | 2022-05-04 00:15:53 -0400 |
---|---|---|
committer | Jenny Yu <jennyyu212@outlook.com> | 2022-05-04 00:15:53 -0400 |
commit | 92142bba66010a8792c00dc372228b92e151c8b3 (patch) | |
tree | 552e3163b36b7d5d05b6ca35dcf8f16d0edf11db /src/client/views/nodes/trails/PresElementBox.tsx | |
parent | 4381f14cfc058c534d4117a61ece34c6db72da9d (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.tsx | 2 |
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 { |