mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix wrong method call
This commit is contained in:
@@ -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.setHidden(true);
|
||||
superiorConnection.hideAll();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user