Skip to content

Commit

Permalink
fix #1097 cursor issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Jun 6, 2024
1 parent 8ca81d7 commit adf3387
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

## Feature Log

- 2024-06-06: Search connections support(>=4)
- 2024-04-10: DB custom name support
- 2024-02-21: Java/Pickle viewers support
- 2024-02-15: Groups/Consumers in STREAM view
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

## 里程碑

- 2024-06-06: 搜索链接支持(>=4)
- 2024-04-10: DB自定义名称支持
- 2024-02-21: Java/Pickle解码视图支持
- 2024-02-15: STEAM支持查看群组和消费者
Expand Down
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.6.4",
"version": "1.6.5",
"description": "A faster, better and more stable redis desktop manager.",
"author": "Another",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions src/components/JsonEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export default {
scrollBeyondLastLine: false,
// hide scroll sign of current line
hideCursorInOverviewRuler: true,
// fix #1097 additional vertical cursor
accessibilitySupport: 'off',
minimap: {
enabled: false,
},
Expand Down

0 comments on commit adf3387

Please sign in to comment.