Version of #3199 for release

This commit is contained in:
Rachel Fenichel
2019-10-08 14:26:23 -07:00
parent 6ff3ff2e85
commit 032dfa70b3

View File

@@ -84,10 +84,10 @@ Blockly.utils.object.inherits(Blockly.RenderedConnection, Blockly.Connection);
* @override
*/
Blockly.RenderedConnection.prototype.dispose = function() {
Blockly.RenderedConnection.superClass_.dispose.call(this);
if (this.inDB_) {
this.db_.removeConnection_(this);
}
Blockly.RenderedConnection.superClass_.dispose.call(this);
};
/**