-
-
Notifications
You must be signed in to change notification settings - Fork 415
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(edgeless): multi parent container of node of mindmap #8317
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 51b9405. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
size-limit report 📦
|
Merge activity
|
Closes: [BS-1398](https://linear.app/affine-design/issue/BS-1398/[bug]-拖出-frame-后-mindmap-依然跟随-frame), [BS-1400](https://linear.app/affine-design/issue/BS-1400/mindmap无法移出frame) This PR fix mindmap is moved with frame moving when the mindmap has been drag out of frame. ### What changes - add workround to avoid multiple container in `FrameManager` for nodes of mindmap. - The fix can be refactored after #8239 - add frame and mindmap e2e tests
45a48b6
to
51b9405
Compare
Closes: BS-1398, BS-1400
This PR fix mindmap is moved with frame moving when the mindmap has been drag out of frame.
What changes
FrameManager
for nodes of mindmap.