aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 16:49:04 -0500
committerGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 16:49:04 -0500
commit873dac83d1c5b031878c469e0eb68e0d1dd43177 (patch)
tree144ca411e3c28c1ae88629c717dfc5bbbf36a99c /src
parent66fb0e4bbf88a5e9bcb5869dd7c8b8a7714de024 (diff)
added a single comment
Diffstat (limited to 'src')
-rw-r--r--src/client/views/search/SearchBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index 09cfb2077..d23aa1d3b 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -118,6 +118,7 @@ export class SearchBox extends ViewBoxBaseComponent<SearchBoxProps, SearchBoxDoc
this.selectElement(doc, () => DocumentManager.Instance.getFirstDocumentView(doc)?.ComponentView?.search?.(this._searchString, undefined, false));
});
+ // TODO: nda -- Change this method to change what happens when you click on the item.
makeLink = action((linkTo: Doc) => {
if (this.props.linkFrom) {
const linkFrom = this.props.linkFrom();