Remove unecessary setGroup(false).

This commit is contained in:
marisaleung 2017-07-06 10:44:55 -07:00
parent 92c427f37b
commit 1056297c7d

View file

@ -156,7 +156,6 @@ Blockly.WidgetDiv.hide = function(opt_noAnimate) {
Blockly.WidgetDiv.owner_ = null;
Blockly.WidgetDiv.hideAndClearDom_();
}
Blockly.Events.setGroup(false);
}
};