Closed jolanglinais closed 4 years ago
Let me fix this.
should
Describe the bug Conditional variables are editable
To Reproduce Steps to reproduce the behavior:
- Go to the demo
- Click on before the conditional variable
- Right arrow into the conditional variable
- Type
Expected behavior This should be protected and not allowed
should this be protected, only when lockTestState is true or should it be protected whether or not lockTestState is true/false?
I believe we have isEditable
functions that check to make sure a user can type already. So a conditional variable should be treated the same as non-variable text in that a user should not be able to edit it. And yes I think this all pertains to lockText
being true.
I believe we have
isEditable
functions that check to make sure a user can type already. So a conditional variable should be treated the same as non-variable text in that a user should not be able to edit it. And yes I think this all pertains tolockText
being true.
yeah, on it
Describe the bug Conditional variables are editable
To Reproduce Steps to reproduce the behavior:
Expected behavior This should be protected and not allowed