-
Notifications
You must be signed in to change notification settings - Fork 374
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: use ':' instead of '=' for prefix #2275
Conversation
@alanlong9278 we decided we wanted to keep the expression = sign but replace the assignment operator in the node with
Can you update this? |
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.
see earlier comment
Sure. |
=
prefix logic
Composer/packages/extensions/visual-designer/src/utils/prefixOperation.ts
Outdated
Show resolved
Hide resolved
…/BotFramework-Composer into julong/prefixWithEqual
Description
Use
:
instead of=
for prefixTask Item
closes #2222
Screenshots