diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 17:42:37 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 17:42:37 -0400 |
| commit | 11ab63f6c91093951fdc293c3d67e63073fb2f4c (patch) | |
| tree | 215ce5661e5a470bdf25bf8a7473d5942347df31 /src/client/views/SearchBox.tsx | |
| parent | 1785f0b27d95b29c28a94f0ed05f32056ed69d42 (diff) | |
navigate to searched doc
Diffstat (limited to 'src/client/views/SearchBox.tsx')
| -rw-r--r-- | src/client/views/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx index a52598f4c..827d468df 100644 --- a/src/client/views/SearchBox.tsx +++ b/src/client/views/SearchBox.tsx @@ -17,6 +17,7 @@ import { constant } from 'async'; import { DocServer } from '../DocServer'; import { Doc } from '../../new_fields/Doc'; import { Id } from '../../new_fields/RefField'; +import { DocumentManager } from '../util/DocumentManager'; library.add(faSearch); @@ -35,7 +36,6 @@ export class SearchBox extends React.Component { @action.bound onChange(e: React.ChangeEvent<HTMLInputElement>) { this.searchString = e.target.value; - console.log(this.searchString) } @action |
