Revert "Fix wrong method call"

This reverts commit 3adc554f6b.
This commit is contained in:
Erik Pasternak
2019-07-19 15:56:06 -07:00
parent 674b2621ea
commit 1af59813d9

View File

@@ -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);
}
};