[backport cloud/1.37] Fix dragging Vue nodes into canvas from library #8346
Merged
AustinMroz merged 1 commit intocloud/1.37from Jan 28, 2026
Merged
[backport cloud/1.37] Fix dragging Vue nodes into canvas from library #8346AustinMroz merged 1 commit intocloud/1.37from
AustinMroz merged 1 commit intocloud/1.37from
Conversation
## Summary Updates the node preview rendering to use the same app context as the main app so it can access the same plugins ## Changes Assigns manually created vnode app context to the current instances context ## Review Focus This is using somewhat advanced/almost-internal Vue functionality, however I couldn't come up with a better alternative that didn't require recreating an entirely new app and re-registering all dependencies or redoing how draggable node previews are done. The draggable image needs to be rendered synchronously, so rendering a node in the active app and capturing that isn't possible to guarantee to be done synchronously (afaik - suggestions welcome) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8118-Fix-dragging-Vue-nodes-into-canvas-from-library-2eb6d73d365081a0a956d8280e009592) by [Unito](https://www.unito.io)
🎭 Playwright Tests: ❌ FailedResults: 500 passed, 1 failed, 2 flaky, 8 skipped (Total: 511) ❌ Failed Tests📊 Browser Reports
|
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 01/28/2026, 12:42:07 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
luke-mino-altherr
approved these changes
Jan 28, 2026
DrJKL
approved these changes
Jan 28, 2026
AustinMroz
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #8118 to
cloud/1.37Automatically created by backport workflow.
┆Issue is synchronized with this Notion page by Unito