mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
@@ -368,7 +368,7 @@ Blockly.RenderedConnection.prototype.disconnect = function() {
|
||||
if (rehide) {
|
||||
// Set the hidden state for the connection back to true so shadow blocks
|
||||
// will be hidden.
|
||||
superiorConnection.hideAll();
|
||||
superiorConnection.setHidden(true);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user