Closed
Description
Expected Behavior
Please describe what should happen
Right clicking a list getter block should give the same rename/delete options as with variables, and should populate a list of other lists to switch the block to.
Actual Behavior
Describe what actually happens
Because of #1222, the list getter block is actually using the wrong block, but once that is changed, there will be no right click menu. The current mixin for it is hard-coded to using the default variable type and assumes a field called VARIABLE
for retrieving the variable name. https://github.com/LLK/scratch-blocks/blob/develop/blocks_vertical/data.js#L462-L500