havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
486 stars 67 forks source link

[HxTabPanel] Remove eventcallbacks from disposal logic #823

Open hakenr opened 3 months ago

hakenr commented 3 months ago

Currently, the HxTabPanel triggers the HxTab.OnTabDeactivated event for the last active tab. I believe there should be no event callbacks called from disposal logic and we can remove the IAsyncDisposable interface.

cc @jirikanda