Skip to content

[My Blocks+] Renaming a global block breaks references in other sprites #421

@the-can-of-soup

Description

@the-can-of-soup

When you rename a global block, it should also rename all references to it in other sprites so behavior doesn't change. However, this isn't what happens, and all references to the block outside of the sprite containing the block definition break whenever a label is changed.

Example

Before Rename

Image Image

Output

Global block running from Sprite A!
Global block running from Sprite B!

After Rename

Image Image

Output

Global block running from Sprite A!

Related Issue

Additionally, attempting to edit the global block from Sprite B after a rename won't do anything. The context menu doesn't close, and the edit menu doesn't open either.

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions