Fix issue-3554: Href links don't work in description dropdown (#3576)

This commit is contained in:
Shailesh Parmar 2022-03-22 15:08:16 +05:30 committed by GitHub
parent 9664cb8763
commit b48849d66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ const RichTextEditorPreviewer = ({
{enableSeeMoreVariant && markdown.length > MAX_LENGTH && ( {enableSeeMoreVariant && markdown.length > MAX_LENGTH && (
<div <div
className={classNames( className={classNames(
'tw-absolute tw-flex tw-h-full tw-w-full tw-inset-x-0', 'tw-absolute tw-flex tw-h-full tw-w-full tw-inset-x-0 tw-pointer-events-none',
!displayMoreText ? blurClasses : null, !displayMoreText ? blurClasses : null,
{ {
'tw-top-0 tw-bottom-0': !displayMoreText, 'tw-top-0 tw-bottom-0': !displayMoreText,