Skip to content

Commit 4a47ebf

Browse files
committed
Cleanup histogram tooltips
1 parent e074c77 commit 4a47ebf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/base/base3d.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,10 @@ function disposeThreejsObject(obj, only_childs) {
14231423
delete obj.tooltip;
14241424
delete obj.stack; // used in geom painter
14251425
delete obj.drawn_highlight; // special highlight object
1426+
// used in lego tooltips
1427+
delete obj.face_to_bins_index;
1428+
delete obj.tip_painter;
1429+
delete obj.handle;
14261430
}
14271431

14281432

0 commit comments

Comments
 (0)