mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Reorganize conditionals for block context menu (#2390)
* Reorganize conditionals for block context menu * Disable comments and disabling in block factory
This commit is contained in:
@@ -718,6 +718,8 @@ AppController.prototype.init = function() {
|
||||
BlockFactory.mainWorkspace = Blockly.inject('blockly',
|
||||
{collapse: false,
|
||||
toolbox: toolbox,
|
||||
comments: false,
|
||||
disable: false,
|
||||
media: '../../media/'});
|
||||
|
||||
// Add tab handlers for switching between Block Factory and Block Exporter.
|
||||
|
||||
Reference in New Issue
Block a user