-
-
Notifications
You must be signed in to change notification settings - Fork 416
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: whiteboard is first loaded, size of the linked doc card is scaled to wrong size #8674
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 91f70f9. 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
|
…d to wrong size (#8674) Fix issue [BS-1572](https://linear.app/affine-design/issue/BS-1572). Set the value of `_cardStyle` at an earlier opportunity, in case the scale calculation uses the old `_cardStyle` value.
be8ceb9
to
91f70f9
Compare
- fix: color of canvas element under embed dark theme whiteboard is wrong (#8677) - fix(edgeless): tool controller potential problem (#8675) - fix: typeError: f.\_def.innerType.shape[e] is undefined (#8676) - fix: whiteboard is first loaded, size of the linked doc card is scaled to wrong size (#8674)
Fix issue BS-1572.
Set the value of
_cardStyle
at an earlier opportunity, in case the scale calculation uses the old_cardStyle
value.