You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the code editor for generating tensors or post-processing, the buttons are labeled Execute and Done. It can be easy to exit the code editor before running the code, and the developer may not realize that it hasn't run. I suggest one of the three following solutions:
Remove the Done button and instead put an X in the top corner of the pop-up.
Change Done to Close. This might not fully fix the issue, but it could help.
Add a warning pop-up when clicking Done to confirm that the user meant to close. This pop-up could include a Run button so users can run the code without having to return to the editor.
The text was updated successfully, but these errors were encountered:
When using the code editor for generating tensors or post-processing, the buttons are labeled
Execute
andDone
. It can be easy to exit the code editor before running the code, and the developer may not realize that it hasn't run. I suggest one of the three following solutions:Done
button and instead put an X in the top corner of the pop-up.Done
toClose
. This might not fully fix the issue, but it could help.Done
to confirm that the user meant to close. This pop-up could include aRun
button so users can run the code without having to return to the editor.The text was updated successfully, but these errors were encountered: