blockly-samples
blockly-samples copied to clipboard
Minimap showing incorrect variable names
Check for duplicates
- [x] I have searched for similar issues before opening a new one.
Component
Minimap plugin
Description
If a variable name is changed in the main workspace, the minimap will still show the old name.
Reproduction steps
- Open the minimap test page here https://raspberrypifoundation.github.io/blockly-samples/plugins/workspace-minimap/test/index.html
- Create a new variable, name it "a" and drag a "set a to" block it into the main workspace.
- Click on the variable name in the block, and "Rename variable...", changing it to "b".
- The block in the minimap will continue to show the name "a".
Stack trace