Skip to content

Commit

Permalink
Shortened hide delay for Widget tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ericman314 committed Nov 10, 2018
1 parent d3304d2 commit 4825239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/layouts/LayoutCorners/Widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export class Widget extends Component {
isOpen={this.state.tooltipOpen}
target={`widget-${wkey}`}
toggle={this.toggle}
delay={{ show: 0, hide: 20 }}
>
{widget.name}
</Tooltip>
Expand Down

0 comments on commit 4825239

Please sign in to comment.