Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<ContextMenu />のバグ修正 #88

Merged
merged 1 commit into from
Jun 23, 2020
Merged

<ContextMenu />のバグ修正 #88

merged 1 commit into from
Jun 23, 2020

Conversation

youchann
Copy link
Contributor

No description provided.

@youchann youchann added the bug Something isn't working label Jun 23, 2020
@youchann youchann self-assigned this Jun 23, 2020
@@ -30,7 +30,6 @@ const ContextMenu: React.FunctionComponent<Props> = ({
data-testid="icon-wrapper"
icon="more_vert"
onClick={onHandleToggleContent(!showContent)}
onBlur={onHandleToggleContent(false)}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onBlurが入っているせいで、メニューがクリックできない

@youchann youchann requested a review from maktak1995 June 23, 2020 06:16
Copy link
Contributor

@maktak1995 maktak1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ちゃんとクリックできるようになってます!LGTMです!

@youchann youchann merged commit 5e12c1a into master Jun 23, 2020
@youchann youchann deleted the fix-context-menu branch June 23, 2020 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants