-
Notifications
You must be signed in to change notification settings - Fork 374
cleanup: remove useCanvasTransformSync composables. #5742
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
Conversation
🎭 Playwright Test Results⏰ Completed at: 09/24/2025, 04:16:01 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
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.
LGTM
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.
Explicitly passing out undefined looks weird too
Can we use an object instead as parameter?
That's what I'd prefer, yeah. I'll be changing the logic in here quite a bit, if not obviating the composable. I'll try to clean up the construction if it's still necessary. |
Does this failure indicate a change in the behavior https://19cb4803.comfyui-playwright-chromium.pages.dev/#?testId=0bebc894f304375862db-e6498858489872433645? |
Very probably |
Okay, let's see if that worked. |
Just going to combine this with the subsequent cleanup 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.
LGTM
No I am not proud of the new placeholder arguments.
…iginal composable.
## Summary Replace the bespoke composable with a vueuse one that does the same thing but a little nicer. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5748-Cleanup-remove-useCanvasTransformSync-2786d73d365081c29c56f4133af9bf80) by [Unito](https://www.unito.io)
dc89557
to
0e01421
Compare
No I am not proud of the new placeholder arguments.
Summary
Small change to unify the two composables before updating the logic.
Edit: Now unifies them both into the void.
┆Issue is synchronized with this Notion page by Unito