mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Merge branch 'dev' into carbon
# Conflicts: # packages/date-picker/src/panel/time.vue
This commit is contained in:
@@ -118,7 +118,7 @@ export default class Node {
|
||||
this.expand(null, store.autoExpandParent);
|
||||
}
|
||||
|
||||
if (key && store.currentNodeKey && this.key === store.currentNodeKey) {
|
||||
if (key && store.currentNodeKey !== undefined && this.key === store.currentNodeKey) {
|
||||
store.currentNode = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user