-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(layout): 修复因为Sider折叠导致菜单展开状态丢失的bug (#6472)
* 修复因为Sider折叠导致菜单展开状态丢失的bug Sider关闭后(collapsed=true)会将展开的菜单收起,当Sider再次打开时(collapsed=false)会丢失原本的菜单展开状态 * 修复因为Sider折叠导致菜单展开状态丢失的bug Sider关闭后(collapsed=true)会将展开的菜单收起,当Sider再次打开时(collapsed=false)会丢失原本的菜单展开状态 * 修改变量类型 修复因为Sider折叠导致菜单展开状态丢失的bug Sider关闭后(collapsed=true)会将展开的菜单收起,当Sider再次打开时(collapsed=false)会丢失原本的菜单展开状态 * tests(layout): 新增修复Sider折叠导致菜单状态丢失的测试用例 --------- Co-authored-by: tchaos <wtao0410@sian.com>
- Loading branch information
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters