-
Notifications
You must be signed in to change notification settings - Fork 1
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
GN-4732: ensure variables are selected/focused after insertion #392
GN-4732: ensure variables are selected/focused after insertion #392
Conversation
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.
One non-blocking comment. Otherwise works 🙏
91b7453
to
d34a188
Compare
d34a188
to
8f942f2
Compare
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.
would be even better if the placeholder inside the variables that have one would be selected, you think that's doable?
That would be nice indeed:
|
…r-inserting-variables
sounds good, lets merge for now then since it's already an improvement |
Overview
This PR introduces some changes into what happens after inserting a variable node.
Before this PR:
Modifications introduced in this PR:
connected issues and PRs:
Solves GN-4732
How to test/reproduce
pnpm start
Challenges/uncertainties
I can also add this fix to the stable version of the plugins package, to ensure we can release this fix when releasing to prod.
Checks PR readiness