-
Notifications
You must be signed in to change notification settings - Fork 8.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
refactor(editor): Upgrade to jsPlumb 5 #4989
Conversation
…migrate-to-jsplumb-5
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.
There seem to be a lot of unrelated changes in this branch. I'm assuming because of a bad merge?
Can you please remove those changes?
# Conflicts: # packages/editor-ui/src/Interface.ts # packages/editor-ui/src/views/NodeView.vue # pnpm-lock.yaml
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.
awesome job.. nitpicks are suggestions, feel free to address what you agree with.. also found a couple of bugs related to stickies, added to reviews page.
}); | ||
this.instance.bind(EVENT_CONNECTION_MOUSEOVER, (connection: Connection) => { | ||
try { | ||
if (this.exitTimer !== undefined) { |
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.
the timers worked better when they were not global, but tied to connection state.. for example if you put two connections next to each other and hover quickly between them, it's easy to get stuck in a hover state without actions.. not the biggest issue..
…er (#5271) * 🔨 Handling router errors in main sidebar, removing unused code * 🔨 Handling router errors in modals
* ci(core): Copy patches dir to Docker (no-changelog) * Update patch * Update package-lock * reapply the patch * skip patchedDependencies after the frontend is built --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
* master: refactor(core): Luxon dependency update (#5301) feat(Notion Node): Add image block (#5237) fix(Set Node): Fix behaviour when selecting continueOnFail & PairedItem (#5257) feat(editor): Continue to show mapping tooltip after dismiss (#5289) refactor(editor): Upgrade to jsPlumb 5 (#4989) feat(core): Export OpenAPI spec for external tools (#5294) refactor: Clean up workflow stats test file (#5282) docs(Postgres Node): Remove overkill notice for postgres & paireditem (#5291) fix(n8n Trigger Node): Use the new icon for N8N Trigger node (no-changelog) (#5290) fix(editor): Add SMTP info translation link slot (#5288) refactor(core): Load and validate all config at startup (no-changelog) (#5283) feat: Add multiple workflows text search filtering E2E test scenarios (no-changelog) (#5276) ci: Re-enable CI jobs on nodejs 14.x (no-changelog) (#5153) ci(editor): Update RunDataSchema test (no-changelog) (#5287) feat(editor): Add mapping support for data paths (#5191) test: Add unit testing to nodes (no-changelog) (#4890) ci(core): Fix docker nightly/custom image build (no-changelog) (#5284)
Got released with |
No description provided.