diff options
author | bobzel <zzzman@gmail.com> | 2024-10-18 10:00:01 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-18 10:00:01 -0400 |
commit | 6d5b80adf8c0d1f93dce30401e1f90d11b838de3 (patch) | |
tree | 71c94585d70279a28832543102362a42668a1564 /src/client/documents/Documents.ts | |
parent | cc3bdef579624d489fa6760733d6f9c31b8f2357 (diff) |
fixed following anchors to collection card/carousel to set the current/selected Doc
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index be3b9c3bb..98e8bc932 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -373,7 +373,7 @@ export class DocumentOptions { config_panY?: NUMt = new NumInfo('panY saved as a view spec', false); config_zoom?: NUMt = new NumInfo('zoom saved as a view spec', false); config_carousel_index?: NUMt = new NumInfo('saved carousel index', false); - config_curDoc?: DOCt = new DocInfo('current doc in a collection view, e.g., cardView'); + config_card_curDoc?: DOCt = new DocInfo('current doc in a collection view, e.g., cardView'); config_viewScale?: NUMt = new NumInfo('viewScale saved as a view Spec', false); presentation_transition?: NUMt = new NumInfo('the time taken for the transition TO a document', false); presentation_duration?: NUMt = new NumInfo('the duration of the slide in presentation view', false); |