diff options
author | bobzel <zzzman@gmail.com> | 2021-02-11 09:29:31 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-11 09:29:31 -0500 |
commit | c427898f8b529f64e079c3a465b3073a70400580 (patch) | |
tree | c43f2448b890e92381c0471fc6b54cb5c9f51edd /src | |
parent | 42865450ea252e340d89a1f67c8a2dc0b9c6eae3 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 4e093a83b..770aea362 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -168,7 +168,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, return this.props.addDocTab(doc, where); } - focusDocument = (doc: Doc, willZoom?: boolean, scale?: number, afterFocus?: DocAfterFocusFunc, dontCenter?: boolean, didFocus?: boolean) => { + focusDocument = (doc: Doc, willZoom?: boolean, scale?: number, afterFocus?: DocAfterFocusFunc) => { Doc.BrushDoc(doc); this.props.focus(this.props.Document, true); // bcz: want our containing collection to zoom Doc.linkFollowHighlight(doc); |