diff options
author | Monika <monika_hedman@brown.edu> | 2019-06-19 10:46:05 -0400 |
---|---|---|
committer | Monika <monika_hedman@brown.edu> | 2019-06-19 10:46:05 -0400 |
commit | 3f393bd6579f4d37ff2ffc7791ce707cedf3763f (patch) | |
tree | d83a4223b9a183b7b86a9daecf169088b2f19370 /src | |
parent | f3f76fc25a9e39d4c08618fb601b5e66ce62e235 (diff) |
testin push
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/search/CheckBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/search/CheckBox.tsx b/src/client/views/search/CheckBox.tsx index ace479c70..94fd3503d 100644 --- a/src/client/views/search/CheckBox.tsx +++ b/src/client/views/search/CheckBox.tsx @@ -35,6 +35,8 @@ export class CheckBox extends React.Component<CheckBoxProps>{ }); } + //testiing + componentDidMount = () => { this.uncheckTimeline.add({ targets: this.checkRef.current, |