-
Notifications
You must be signed in to change notification settings - Fork 8k
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
feat(editor): Add selection navigation using the keyboard on new canvas #11679
feat(editor): Add selection navigation using the keyboard on new canvas #11679
Conversation
Blocked until bcakmakoglu/vue-flow#1689 is solved. |
…w-keys-behaviour-to-be-consistent-with-old-canvas
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 Compared with the old canvas and it works the same, only much faster! 🏃
@@ -0,0 +1,68 @@ | |||
import type { CanvasNode } from '@/types'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
x: 100, | ||
y: 100, | ||
z: 0, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, position listener got changed.
n8n Run #7970
Run Properties:
|
Project |
n8n
|
Branch Review |
master
|
Run status |
Passed #7970
|
Run duration | 04m 36s |
Commit |
6cd9b996af: 🌳 master 🖥️ browsers:node18.12.0-chrome107 🤖 PR User 🗃️ e2e/*
|
Committer | Alex Grozav |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
0
|
Skipped |
0
|
Passing |
475
|
View all changes introduced in this branch ↗︎ |
✅ All Cypress E2E specs passed |
Got released with |
Summary
Screen.Recording.2024-11-18.at.15.45.37.mov
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-322/change-arrow-keys-behaviour-to-be-consistent-with-old-canvas
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)