Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Jun 29, 2021
1 parent 75a0b0b commit a34a21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pack/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "another-redis-desktop-manager",
"version": "1.4.6",
"version": "1.4.7",
"description": "A faster, better and more stable redis desktop manager.",
"author": "qii404.me",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/components/KeyListTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ export default {
}

// node to be checked
const checkedNode = this.ztreeObj.getNodeByTId(node.tId);
// const checkedNode = this.ztreeObj.getNodeByTId(node.tId);
// if the tId changes, use this line to find previous checked node
// const checkedNode = this.ztreeObj.getNodesByParam('name', node.name)[0];
const checkedNode = this.ztreeObj.getNodesByParam('name', node.name)[0];
checkedNode && this.ztreeObj.checkNode(checkedNode, true, true);
}
},
Expand Down

0 comments on commit a34a21d

Please sign in to comment.