mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(ui-layout, input-controls-dropdown, oms-return-details): prevent stale scroll events from closing dropdown on open Delay scroll listener registration using requestAnimationFrame when activating CloseOnScrollDirective. This prevents stale scroll events still in the event queue from immediately triggering closeOnScroll when opening the dropdown after scrolling. Also adds conditional rendering for product format and publication date in return-details-order-group-item component. Refs: #5513