Skip to content
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

Text Template node and prevents the first variable from being used correctly. #1486

Open
michaelsharpe opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@michaelsharpe
Copy link
Contributor

This is an issue seen with the Text Template node and prevents the first variable from being used correctly.

Steps to repro:
Create a Text Template node.
Paste or type text into the text editor that has a variable in it. (i.e. You are {{age}}.
Watch the node as it creates the input socket.
Click into the text field that was created.
Watch as the text field is populated by the Text Editor entry.
Make changes in the text field on the node.
Watch as changes are reflected in Text Editor.

Expected behavior: User created variables are not used to store Text Template text.

@michaelsharpe michaelsharpe added the bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants