Commit cead2a8b authored by Inside's avatar Inside Committed by island205

Tree: not highlight tree node when currentKey is null (#15668)

parent b1dd1e8a
......@@ -331,6 +331,7 @@ export default class TreeStore {
setCurrentNodeKey(key) {
if (key === null) {
this.currentNode.isCurrent = false;
this.currentNode = null;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment