mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
455a5bb64cefe945730fb88db971268eb476b9aa
Some App Inventor users were reporting issues where multiple blocks were being created when dragging from the flyout. This commit adds a lastBlockCreated field on the flyout that is used to detect whether a creation operation has occurred since the last time the flyout was opened. This field is cleared as part of clearOldBlocks_, which is called during each show operation.
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%
