[WEB-2552] fix: issue list overflow and event propagation (#5706)

This commit is contained in:
Anmol Singh Bhatia 2024-09-26 16:55:01 +05:30 committed by GitHub
parent 150af986fd
commit d253933995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 29 deletions

View file

@ -271,6 +271,10 @@ export const IssueBlock = observer((props: IssueBlockProps) => {
"md:flex": isSidebarCollapsed,
"lg:flex": !isSidebarCollapsed,
})}
onClick={(e) => {
e.preventDefault();
e.stopPropagation();
}}
>
{quickActions({
issue,