-
Notifications
You must be signed in to change notification settings - Fork 407
Fix Node Event Handlers for Shift Click #6262
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
base: main
Are you sure you want to change the base?
Conversation
🎭 Playwright Test Results❌ Some tests failed ⏰ Completed at: 11/13/2025, 02:39:06 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 11/13/2025, 02:25:12 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
ea3fe09 to
24a0ce4
Compare
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 2.93 MB (baseline 2.93 MB) • ⚪ 0 BMain entry bundles and manifests
Status: 4 added / 4 removed Graph Workspace — 799 kB (baseline 799 kB) • 🟢 -115 BGraph editor runtime, canvas, workflow orchestration
Status: 1 added / 1 removed Views & Navigation — 8 kB (baseline 8 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Status: 1 added / 1 removed Panels & Settings — 306 kB (baseline 306 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
Status: 6 added / 6 removed UI Components — 266 kB (baseline 266 kB) • ⚪ 0 BReusable component library chunks
Status: 5 added / 5 removed Data & Services — 12.6 kB (baseline 12.6 kB) • ⚪ 0 BStores, services, APIs, and repositories
Status: 2 added / 2 removed Utilities & Hooks — 5.87 kB (baseline 5.87 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Status: 1 added / 1 removed Vendor & Third-Party — 5.32 MB (baseline 5.32 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 3.92 MB (baseline 3.92 MB) • ⚪ 0 BBundles that do not match a named category
Status: 15 added / 15 removed |
- Move node click deselection logic from useNodePointerInteractions to useNodeEventHandlers - Fix TypeScript issues by properly accessing nodeData.value - Remove unused isLGraphNode import and hasMultipleNodesSelected function - Simplify node selection logic in handleNodeSelect - Add handleNodeClickDeselect to centralize deselection handling
24a0ce4 to
ba35a30
Compare
This pull request refines the selection logic in the
LGraphCanvasclass to better handle user input modifiers (such as Ctrl/Cmd and Shift) when interacting with selected items. The main improvements clarify and separate the behaviors for subtracting from or adding to the selection.Selection logic improvements:
fix #6128
Screen.Recording.2025-11-13.at.03.05.13.mov