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
I was attempting the reproduce steps for issue #5972 in develop, but was unable to to find the "create 'do something'" item in the procedure_defreturn block's context menu. It is present in master.
To Reproduce
Steps to reproduce the behavior:
Check out develop branch.
npm start
Open the "Functions" section of the toolbox.
Drag a procedure_defreturn block (the one with a "return" input) to the workspace.
Right-click (or appropriate gesture) to open the context menu for this newly created block.
Expected behaviour
The last item in the menu will be "create 'do something'"
I wondered if this have been caused by my changes to playground loading in PR #5931, but multi_playground.html has the same problem despite not being converted yet.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was attempting the reproduce steps for issue #5972 in
develop
, but was unable to to find the "create 'do something'" item in theprocedure_defreturn
block's context menu. It is present inmaster
.To Reproduce
Steps to reproduce the behavior:
develop
branch.npm start
procedure_defreturn
block (the one with a "return" input) to the workspace.Expected behaviour
The last item in the menu will be "create 'do something'"
Expected behaviour
The menu ends with "Help".
Screenshots
See #5972, step 2 for expected.
Actual:
Desktop (please complete the following information):
develop
, at 2a0e547Additional context
I wondered if this have been caused by my changes to playground loading in PR #5931, but
multi_playground.html
has the same problem despite not being converted yet.The text was updated successfully, but these errors were encountered: