Hide window when not hovering over dygraph

pull/2829/head
Luke Morris 2018-02-26 19:46:38 -08:00
parent 2968fea304
commit d72a11bcb4
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ class NewAnnotation extends Component {
return (
<div>
{isDragging &&
{isMouseOver &&
isDragging &&
<AnnotationWindow
annotation={tempAnnotation}
dygraph={dygraph}