[WEB-2552] fix: issue list overflow and event propagation (#5706)
This commit is contained in:
parent
150af986fd
commit
d253933995
4 changed files with 47 additions and 29 deletions
|
|
@ -271,6 +271,10 @@ export const IssueBlock = observer((props: IssueBlockProps) => {
|
|||
"md:flex": isSidebarCollapsed,
|
||||
"lg:flex": !isSidebarCollapsed,
|
||||
})}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}}
|
||||
>
|
||||
{quickActions({
|
||||
issue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue