Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Remove reference to tippy.useCapture()
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Nov 14, 2018
1 parent 6bf1552 commit 4afbffc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/js/sections/Methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ export default () => (
There are a few static methods on the <code>tippy</code> function itself.
These methods are global and do not affect a single instance.
</p>
<p>
To use capture phase instead of bubbling for the global click listener,
call this method before any calls to <code>tippy()</code>:
</p>
<Code content="tippy.useCapture()" />
<p>Hide all visible poppers on the page:</p>
<Code content="tippy.hideAllPoppers()" />
<p>Disable animation-related default props:</p>
Expand Down

0 comments on commit 4afbffc

Please sign in to comment.