Hide window when not hovering over dygraph
parent
2968fea304
commit
d72a11bcb4
|
@ -136,7 +136,8 @@ class NewAnnotation extends Component {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{isDragging &&
|
{isMouseOver &&
|
||||||
|
isDragging &&
|
||||||
<AnnotationWindow
|
<AnnotationWindow
|
||||||
annotation={tempAnnotation}
|
annotation={tempAnnotation}
|
||||||
dygraph={dygraph}
|
dygraph={dygraph}
|
||||||
|
|
Loading…
Reference in New Issue