Closed
Description
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.