Files
Mrbigshot dfe0f58351 fix(components): [tree-v2] update expanded state when defaultExpandedKeys change (#23557)
* fix(components): [tree-v2] sync expanded state with defaultExpandedKeys

- guard setExpandedKeys against stale keys
- remove isExpanded, use node.expanded in template
- move defaultExpandedKeys apply logic to data watch
- remove redundant comments in tests

fix #23546

Made-with: Cursor

* fix: update

* fix: move the position of the watch

* fix: revert

---------

Co-authored-by: cye2 <cye2@leqee.com>
Co-authored-by: keeplearning66 <1256734885@qq.com>
2026-03-12 21:24:24 +08:00
..