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

Unable to update node name using lucide-check button, works only via enter key #623

Open
Naseem77 opened this issue Jan 23, 2025 · 0 comments · Fixed by #631
Open

Unable to update node name using lucide-check button, works only via enter key #623

Naseem77 opened this issue Jan 23, 2025 · 0 comments · Fixed by #631
Assignees
Labels
bug Something isn't working

Comments

@Naseem77
Copy link
Contributor

Steps to Reproduce:

  • Create a graph.
  • Run the following query:
    UNWIND ["Alice", "Bob", "Charlie"] AS name CREATE (p:Person {name: name}) RETURN p
  • Click on the Bob node in the graph.
  • Attempt to modify the name of Bob.
  • Click on the Lucide-Check button to save the changes
@Naseem77 Naseem77 assigned Naseem77 and Anchel123 and unassigned Naseem77 Jan 23, 2025
@Naseem77 Naseem77 added the bug Something isn't working label Jan 23, 2025
@Anchel123 Anchel123 linked a pull request Jan 26, 2025 that will close this issue
Anchel123 added a commit that referenced this issue Jan 29, 2025
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 a pull request may close this issue.

2 participants