Skip to content

Commit cb1f7b7

Browse files
adriennetackeacburst
authored andcommitted
fix: update tooltip delay info to correct increments (Dogfalo#6471)
1 parent e49d32a commit cb1f7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jade/page-contents/tooltips_content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ <h3 class="header">Options</h3>
5757
<tr>
5858
<td>exitDelay</td>
5959
<td>Number</td>
60-
<td>0</td>
60+
<td>200</td>
6161
<td>Delay time before tooltip disappears.</td>
6262
</tr>
6363
<tr>
6464
<td>enterDelay</td>
6565
<td>Number</td>
66-
<td>200</td>
66+
<td>0</td>
6767
<td>Delay time before tooltip appears.</td>
6868
</tr>
6969
<tr>

0 commit comments

Comments
 (0)