Skip to content

Commit

Permalink
Dispose text, see #398
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 2, 2023
1 parent 7a012e7 commit 0b61a00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default class QuadrilateralInputPreferencesNode extends PreferencesPanelS
} );

this.disposeQuadrilateralInputPreferencesNode = () => {
tangibleControlsTitle.dispose();
gridSpacingNumberControl.dispose();
smoothingLengthNumberControl.dispose();
updateIntervalNumberControl.dispose();
Expand Down

0 comments on commit 0b61a00

Please sign in to comment.