Nameless
Nameless
 In the above example, the contents of List 1 should be repeated inside of List 2. This does not happen; the second list argument in the block is ignored,...
Resolves https://github.com/TurboWarp/extensions/issues/2033 Let the video's volume be affected by the project's volume (which can be manipulated through Scratch Addons and Sound Expanded). The "volume of video" reporter has been updated...
https://github.com/TurboWarp/extensions/blob/f9a53719e4de123c2a2cae43db1dcb264bc8f7bb/extensions/cursor.js#L157-L192 The above dropdown in [the Cursor extension](https://github.com/TurboWarp/extensions/blob/master/extensions/cursor.js) currently doesn't use the `Scratch.translate` API. This may or may not be intentional.
The following block has possibly unintended functionality due to not casting the input to a boolean before returning: https://github.com/TurboWarp/extensions/blob/f9a53719e4de123c2a2cae43db1dcb264bc8f7bb/extensions/utilities.js#L384-L386