mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Block factory: close workspace drop downs and unfocus selections on manual edit.
This commit is contained in:
@@ -48,6 +48,7 @@ function formatChange() {
|
||||
var languagePre = document.getElementById('languagePre');
|
||||
var languageTA = document.getElementById('languageTA');
|
||||
if (document.getElementById('format').value == 'Manual') {
|
||||
Blockly.hideChaff();
|
||||
mask.style.display = 'block';
|
||||
languagePre.style.display = 'none';
|
||||
languageTA.style.display = 'block';
|
||||
|
||||
Reference in New Issue
Block a user