Skip to content

Commit

Permalink
fix: update tooltip delay info to correct increments (#6471)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriennetacke authored and acburst committed Oct 30, 2019
1 parent e49d32a commit cb1f7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jade/page-contents/tooltips_content.html
Expand Up @@ -57,13 +57,13 @@ <h3 class="header">Options</h3>
<tr>
<td>exitDelay</td>
<td>Number</td>
<td>0</td>
<td>200</td>
<td>Delay time before tooltip disappears.</td>
</tr>
<tr>
<td>enterDelay</td>
<td>Number</td>
<td>200</td>
<td>0</td>
<td>Delay time before tooltip appears.</td>
</tr>
<tr>
Expand Down

0 comments on commit cb1f7b7

Please sign in to comment.