-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
fix(editor): Add missing control button events to new canvas (no-changelog) #10471
Conversation
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 🚀
@@ -269,7 +269,8 @@ function emitWithLastSelectedNode(emitFn: (id: string) => void) { | |||
* View | |||
*/ | |||
|
|||
const zoom = ref(1); | |||
const defaultZoom = 1; |
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.
I believe this change was already in the other PR?
Test summaryRun details
Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
✅ All Cypress E2E specs passed |
* master: fix(editor): Fix edge button background color in dark mode in new canvas (no-changelog) (#10475) feat(editor): Add old execution status rendering in new canvas (no-changelog) (#10473) feat(editor): Update cursor behaviour in new canvas (no-changelog) (#10472) fix(editor): Add missing control button events to new canvas (no-changelog) (#10471) fix: Show input names when node has multiple inputs (#10434) fix(editor): Adjust default zoom level in new canvas (no-changelog) (#10469) fix(Read/Write Files from Disk Node): Better error handling when file name missing (no-changelog) (#10463) fix: Remove unimplemented Postgres credentials options (#10461) fix(Invoice Ninja Node): Fix payment types (#10462)
Got released with |
Summary
A small mishap in one of Friday's PRs.
Related Linear tickets, Github issues, and Community forum posts
N/A
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)