mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-21 18:39:48 -04:00
Skc memory leaks (PR #159)
This commit is contained in:
parent
e8f1de3bdf
commit
53f5424801
5 changed files with 61 additions and 40 deletions
core
|
@ -147,6 +147,7 @@ Blockly.Toolbox.prototype.dispose = function() {
|
|||
this.flyout_.dispose();
|
||||
this.tree_.dispose();
|
||||
goog.dom.removeNode(this.HtmlDiv);
|
||||
this.workspace_ = null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue