diff options
| author | bobzel <zzzman@gmail.com> | 2022-10-07 00:33:04 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-10-07 00:33:04 -0400 |
| commit | eb5f75785fd28acb50f1b30434e89223fff00185 (patch) | |
| tree | f9fef345c9986c2d04bc33e45e9fddf1bbfe98ed /src/client/views/SidebarAnnos.tsx | |
| parent | 161e0f1bdaec29516c9398c740a585e22595bf74 (diff) | |
improvements to sizing webpages
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
| -rw-r--r-- | src/client/views/SidebarAnnos.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx index 90d9c3c43..12f41394d 100644 --- a/src/client/views/SidebarAnnos.tsx +++ b/src/client/views/SidebarAnnos.tsx @@ -73,7 +73,7 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> { this.allMetadata.map(tag => (target[tag] = tag)); DocUtils.MakeLink({ doc: anchor }, { doc: target }, 'inline comment:comment on'); this.addDocument(target); - this._stackRef.current?.focusDocument(target); + this._stackRef.current?.focusDocument(target, {}); return target; }; makeDocUnfiltered = (doc: Doc) => { |
