mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -149,7 +149,6 @@ Blockly.Workspace.prototype.getAllBlocks = function() {
|
||||
* Dispose of all blocks in workspace.
|
||||
*/
|
||||
Blockly.Workspace.prototype.clear = function() {
|
||||
Blockly.hideChaff(true);
|
||||
var existingGroup = Blockly.Events.getGroup();
|
||||
if (!existingGroup) {
|
||||
Blockly.Events.setGroup(true);
|
||||
|
||||
Reference in New Issue
Block a user