Memory Leak due to TimeSegment widget #540
Labels
Priority: Critical
Realm: FlyWire
Flywire specific changes, should be moved to https://github.com/seung-lab/ng-extend
Realm: SeungLab
Specific to seung-lab/neuroglancer.
Type: Bug
Type: Performance
flatpickr, the module used for timeSegment widget creates a div element every time it is instantiated but never disposes of itself
As a result any state change will generate more unused divs in the dom.
This is extremely problematic combined with undo/redo which causes a state change every operation.
The text was updated successfully, but these errors were encountered: