]> cat aescling's git repositories - mastodon.git/commitdiff
Fix hovering default value for avatar component (#3290)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Thu, 25 May 2017 01:08:05 +0000 (10:08 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 01:08:05 +0000 (03:08 +0200)
app/javascript/mastodon/components/avatar.js

index d8e8e7dda589a31c4eb6afcbbaafbca50f3f6099..3531a42b56a649a5b6eb000f0302d0044f80219c 100644 (file)
@@ -19,7 +19,7 @@ class Avatar extends React.PureComponent {
   };
 
   state = {
-    hovering: true,
+    hovering: false,
   };
 
   handleMouseEnter = () => {