diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 23:46:27 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 23:46:27 -0400 |
commit | d3b45f966bbd8aa5e8f1bf7d115c5a4859b01889 (patch) | |
tree | 1c4a7c50f5c2190a7ba3841ba34a4e292215668e /src | |
parent | 50552174123eb5622821de5f848e6e70c7346214 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index a5b24addc..f25d4ec7e 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -89,7 +89,7 @@ export class SearchBox extends React.Component<SearchProps> { @action - getViews = (doc: Doc) => SearchUtil.GetViewsOfDocument(doc); + getViews = (doc: Doc) => SearchUtil.GetViewsOfDocument(doc) @action.bound onChange(e: React.ChangeEvent<HTMLInputElement>) { |