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