Skip to content

List getter block does not have variable context menu #1223

Closed
@paulkaplan

Description

@paulkaplan

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions