mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
20001aa473d315ae2913ea0273c1af02c85af9f6
FieldTextInput was not triggering a Change event and this prevented an onWorkspaceChanged event from firing in the BlocklyPanel. This commit separates the semantics of the text and value getter/setters so that updates to the text in onHtmlInputChange handler do not prevent an event being triggered in setValue() after the user commits the change.
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%
