Open GoogleCodeExporter opened 8 years ago
Hello! I'm in a somewhat similar situation, where I use CSS to control whether
the Blockly interface should be displayed or not. I'm not sure if this is the
right way to do things, but after reading a bit of core/inject.js (in the
Blockly source code repo), I've found that simulating a resize event on the
Blockly window with the following code does the trick for me:
Blockly.fireUiEvent(window, 'resize');
Hope this helps.
Original comment by var...@gmail.com
on 6 Nov 2014 at 11:24
Original issue reported on code.google.com by
oferran...@gmail.com
on 23 Jul 2014 at 11:17