Skip to content

Field_variable.js missing ArgType declaration #1737

Closed
@ZenithRogue

Description

@ZenithRogue

Synopsis

When trying to write a simple userscript to theme Scratch 3.0, I discovered that a select few blocks were not being targeted by the script.

I noticed that core/field_variable.js is missing this.addArgType('variable');. This argument declaration is present in other core/field_##.js, just strangely absent here.

What this means

If trying to target by the data-argument-type, you will be unable to select by variable. This prevents anyone from possibly using this to theme 3.0.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions