-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
feat: remove redundant param for writeTextToCanvas
#12376
base: main
Are you sure you want to change the base?
Conversation
Thank you for the pull request, @ibreathebsb! ✅ We can confirm we have a CLA on file for you. |
Thanks for the cleanup @ibreathebsb! @jjspace Could you please take a review pass on this PR? |
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.
You are correct that that option is unused. I was curious why and whether it should be used and found this old comment in a previous rewrite of this function #9765 (comment) that removed the place it was used.
I think this is good to go. Please merge in main
to fix the conflicts.
It looks like you skipped running prettier somehow. please run npm run prettier
and also make sure the pre-commit git hook is set up correctly.
I have fixed prettier and git hooks issues,resolved conflicts |
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.
Thanks for the changes @ibreathebsb, this looks good to go now.
The release tests in CI keep failing on the npm install
step with what looks like connection issues. I'm currently assuming this might be something weird on Github's side so I'm gonna give it some time and try re-running them later and then hopefully it will be good to merge.
Description
This pull request removes redundant parameter
textBaseline
which is not used inwriteTextToCanvas
Author checklist
CONTRIBUTORS.md
CHANGES.md
with a short summary of my change (no need acutally)