mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Call Blockly.svgResize() once the div it is going to be placed in (#489)
knows what size it is going to be.
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
};
|
||||
window.addEventListener('resize', onresize, false);
|
||||
onresize();
|
||||
Blockly.svgResize(workspace);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user