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

Popup onNameclick #61

Closed
purbe opened this issue Jun 12, 2022 · 0 comments
Closed

Popup onNameclick #61

purbe opened this issue Jun 12, 2022 · 0 comments

Comments

@purbe
Copy link

purbe commented Jun 12, 2022

How I can implement pop up window to show file name on onNameclick/ hover
I have tried react -popup library but failed.
Const onNameclick=(nodeData) =>{ <> <Popup triggered={nodeData.name} position="right-centre"> <span>{nodeData.name}</span> </Popup> </> } ... <FolderTree data={testData} onNameclick={onNameclick}/> ....

@purbe purbe closed this as completed Jun 16, 2022
@purbe purbe closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant