There appears to be some caching bug or something with the “Application” block of Blockly 1.0
How to reproduce:
- Create project “A”, put something in it and save
- Create project “B”
- Insert application block and pick “A”
- “A” is imported correctly into “B”.
- Save “B”
- Go back to “A” and add something else to it and save again
- Go back to “B”, delete everything, and insert an “A” application block again
- The old version of “A” gets imported into “B”, not the new one.
Thanks!
Andre