fix: hide card edit icon while in quick card editor
This commit is contained in:
parent
6c55b89ee2
commit
c236681cd2
@ -142,7 +142,7 @@ const Card = React.forwardRef(
|
||||
{...wrapperProps}
|
||||
>
|
||||
<ListCardInnerContainer ref={$innerCardRef}>
|
||||
{isActive && (
|
||||
{isActive && !editable && (
|
||||
<ListCardOperation
|
||||
onClick={e => {
|
||||
e.stopPropagation();
|
||||
|
Loading…
Reference in New Issue
Block a user