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
Этот коммит содержится в:
@@ -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}
|
||||
|
||||
Ссылка в новой задаче
Block a user