summaryrefslogtreecommitdiffstats
path: root/webapp/components/tutorial/tutorial_tip.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-06-29 12:40:13 -0700
committerGitHub <noreply@github.com>2017-06-29 12:40:13 -0700
commitf79101a279596566d6ee7076d9c8adbc259d97ed (patch)
tree8162690050436443d1a2132bc6e8c1b896795d68 /webapp/components/tutorial/tutorial_tip.jsx
parent5d239317dc71d73c63b466bc61a472e5fa39a76e (diff)
downloadchat-f79101a279596566d6ee7076d9c8adbc259d97ed.tar.gz
chat-f79101a279596566d6ee7076d9c8adbc259d97ed.tar.bz2
chat-f79101a279596566d6ee7076d9c8adbc259d97ed.zip
Fixes issues with the tutorial (#6786)
* PLT-6907 Increased hit area for tutorial * PLT-6907 Show the tutorial no matter what channel you're in * Fixing eslint issue
Diffstat (limited to 'webapp/components/tutorial/tutorial_tip.jsx')
-rw-r--r--webapp/components/tutorial/tutorial_tip.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/tutorial/tutorial_tip.jsx b/webapp/components/tutorial/tutorial_tip.jsx
index 52b0ff296..2db8c6cea 100644
--- a/webapp/components/tutorial/tutorial_tip.jsx
+++ b/webapp/components/tutorial/tutorial_tip.jsx
@@ -138,7 +138,10 @@ export default class TutorialTip extends React.Component {
}
return (
- <div className={'tip-div ' + this.props.overlayClass}>
+ <div
+ className={'tip-div ' + this.props.overlayClass}
+ onClick={this.toggle}
+ >
<img
className='tip-button'
src={tutorialGifImage}