mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Fix #1699
This commit is contained in:
committed by
Neil Fraser
parent
6ff49fb3bf
commit
701b187640
@@ -424,7 +424,7 @@ Blockly.Mutator.reconnect = function(connectionChild, block, inputName) {
|
||||
* account whether it is a flyout.
|
||||
* @param {?Blockly.Workspace} workspace The workspace that is inside a mutator.
|
||||
* @return {?Blockly.Workspace} The mutator's parent workspace or null.
|
||||
* @package
|
||||
* @public
|
||||
*/
|
||||
Blockly.Mutator.findParentWs = function(workspace) {
|
||||
var outerWs = null;
|
||||
|
||||
Reference in New Issue
Block a user