Skip to content

Commit

Permalink
fix: inline group click event bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Byrne committed Mar 17, 2021
1 parent 7d60a4c commit 15c8675
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -267,6 +267,7 @@ export const BlockMenuWrapper = styled.div<BlockMenuWrapperProps>(p => {
${p.active &&
css`
opacity: 1;
pointer-events: all;
`}
`
})
Expand Down Expand Up @@ -305,7 +306,6 @@ export const BlockMenu = styled.div`
box-shadow: var(--tina-shadow-big);
border: 1px solid var(--tina-color-grey-2);
overflow: hidden;
pointer-events: all;
`

interface BlockActionProps {
Expand Down

0 comments on commit 15c8675

Please sign in to comment.