Skip to content

Commit 3fd4867

Browse files
committed
added docs for ignoreVisibilityChangeClassName
1 parent a7914bb commit 3fd4867

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ ReactDOM.render((
245245
<td></td>
246246
<td>Let popup div stretch with trigger element. enums of 'width', 'minWidth', 'height', 'minHeight'. (You can also mixed with 'height minWidth')</td>
247247
</tr>
248+
<tr>
249+
<td>ignoreVisibilityChangeClassName</td>
250+
<td>string</td>
251+
<td></td>
252+
<td>Ignore the pop visibility change to false when the target has the `ignoreVisibilityChangeClassName`</td>
253+
</tr>
248254
</tbody>
249255
</table>
250256

0 commit comments

Comments
 (0)