Skip to content
Snippets Groups Projects
Commit cddbe06b authored by KDSBrowne's avatar KDSBrowne
Browse files

remove setTimeout

parent 645f71b7
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,6 @@ class Tooltip extends Component {
onShow() {
document.addEventListener('keyup', this.handleEscapeHide);
window.setTimeout(() => {
this.tooltip.tooltips[0].hide();
document.removeEventListener('keyup', this.handleEscapeHide);
}, 5000);
}
onHide() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment