diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-11 11:31:13 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-11 11:31:13 -0400 |
commit | 4521dee394f9980a10e35d18cda5f4845eae97b3 (patch) | |
tree | 3835dac1b9afc7b38edcc7fd29d977ea1e3f43e9 /src/client/views/nodes/trails/PresBox.tsx | |
parent | cd3176b1712ae23e41b2b428e23b39e6a4b32861 (diff) |
started gpt effect timing integration
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 3d13f0dde..b192dc3db 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -389,6 +389,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { // this.activeItem for (let key in resObj) { if (resObj[key]) { + console.log('typeof property', typeof resObj[key]); this.activeItem[key] = resObj[key]; } } |