mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* fix(core): fix ResizableDirective memory leak from orphaned document listeners [AAE-50892] Return unlisten teardown from Observable subscribers so RxJS properly removes document event listeners when share() refcount drops to zero. Previously, renderer.listen() unlisten functions were stored in mutable fields that got overwritten on each drag cycle, orphaning old listeners and retaining entire detached DOM subtrees via the closure chain. * fix after second report
Alfresco Angular Components
The docs index lists all available documentation for components and also includes a user guide that explains techniques in greater detail.