1
hardip created
- ABP Framework version: v7.1
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
When sidebar toggle is clicked it does not hide the sidebar right away, when mouse is removed from sidebar then only it hides the sidebar, is this default behavior and can we change this?
gif for reference
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
2 Answer(s)
-
0
This is correct behavior. There is no bug. When you click the unpin button, it becomes collapsible and you also triggers the menu hover, which keeps the menu visible until the mouse is moved away from the menu. However, going forward, we'll make the experience and behavior better. then the user is not confused about menu opened/closed state.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
