mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
f0f7128aff2c22a21b862d4fd9491ff4afd26ec3
When a Blockly workspace has not been rendered for the first time, e.g. due to Firefox SVG exceptions, the comment bubbles do not have a canvas to attach to. This fix sets a `visible` field on the comment object during load of a Blockly workspace that can be used to trigger an SVG update once the workspace has been rendered.
Blockly
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/
Description
Languages
TypeScript
51.3%
JavaScript
40.6%
Python
2.1%
HTML
1.8%
PHP
1.5%
Other
2.7%
