From 3edf21f4576e7cde0df6ec252b074387f5fa8475 Mon Sep 17 00:00:00 2001 From: Kai Curtis Date: Mon, 12 Sep 2016 17:46:23 -0700 Subject: [PATCH] Update mouse moved time on header hover (#919) Previously, moving the mouse into the player window from the sides or bottom would bring up the HUD, but moving the mouse in from the top would not. With this commit, moving the mouse in from the top of the window will also bring up the HUD. Fixes feross/webtorrent-desktop#241 --- src/renderer/components/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/header.js b/src/renderer/components/header.js index c02cea8e..0a297306 100644 --- a/src/renderer/components/header.js +++ b/src/renderer/components/header.js @@ -6,7 +6,7 @@ class Header extends React.Component { render () { const loc = this.props.state.location return ( -
+
{this.getTitle()}