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