scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
BSD 3-Clause "New" or "Revised" License
4.33k stars 3.42k forks source link

Undoing after deleting custom block def doesn't add the block back to the flyout #9583

Closed bruh-9000 closed 2 months ago

bruh-9000 commented 2 months ago

Expected Behavior

Undoing after deleting custom block def will add the block back to the flyout

Actual Behavior

Undoing after deleting custom block def will not add the block back to the flyout

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Steps to reproduce the behavior:

  1. Create a custom block definition
  2. Delete the definition
  3. Undo

System Details

All

Screenshots image

mxmou commented 2 months ago

Probably a duplicate of #4327