Skip to content

Commit

Permalink
Fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Nov 14, 2017
1 parent 6c0ccce commit 0900eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default class Tooltip {
// Show the tooltip
requestAnimationFrame(() => {
if (!this._isDisposed) {
tooltipNode.setAttribute('aria-hidden', 'false')
this._isOpen && tooltipNode.setAttribute('aria-hidden', 'false')
} else {
this.dispose()
}
Expand Down

0 comments on commit 0900eb5

Please sign in to comment.