Make the empty graph canvas interactive #55
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/empty-graph-context-menu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Makes the graph canvas interactive before any nodes exist.
Root cause
The full-stage empty-state overlay sat above Cytoscape and consumed the initial interaction, so the canvas could not provide a context menu until users took an unrelated onboarding action.
Validation
npm test— 16 files, 68 tests passednpm run check— passednpm run build— passedFollow-up to #54.