I have a blockly toolbox/workspace that controls a game (all contained within a web app) which works fine. However, sometimes when the web app loads up, the original blockly workspace that is meant to load does not display. The code is still present/working as it still successfully powers the game and generates the correct JS but it just doesn't get displayed.
This only happens occasionally but is quite an annoying bug, what could be causing this? I tried making the position central and removed scroll boxes but these haven't helped?
Also, for the purposes of the game, the blockly workspace(s) are originally blocked using Jquery so the player cannot edit the blocks to start off with.
Thanks!