MM-63262 Added missing onClick event on channel header (#30339)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fe7d6dcc13
Коммит
ddec6882fc
@@ -121,10 +121,12 @@ export function ChannelHeaderTextPopover(props: Props) {
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */}
|
||||
<div
|
||||
ref={rootRef}
|
||||
className='header-description__text'
|
||||
{...getReferenceProps()}
|
||||
onClick={handleClick}
|
||||
>
|
||||
<Markdown
|
||||
message={props.text}
|
||||
|
||||
Ссылка в новой задаче
Block a user