Skip to content

Commit

Permalink
fix connection scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Jun 6, 2024
1 parent f799909 commit 4436177
Show file tree
Hide file tree
Showing 2 changed files with 2 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.6.5",
"version": "1.6.6",
"description": "A faster, better and more stable redis desktop manager.",
"author": "Another",
"private": true,
Expand Down
3 changes: 1 addition & 2 deletions src/components/Connections.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<div class="connections-list">
<div class="filter-input">
<div v-if="connections.length>=filterEnableNum" class="filter-input">
<el-input
v-if="connections.length>=filterEnableNum"
v-model="filterMode"
suffix-icon="el-icon-search"
:placeholder="$t('message.search_connection')"
Expand Down

0 comments on commit 4436177

Please sign in to comment.