mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 17:06:01 +00:00
redis key selection by keyboard
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
}
|
||||
}}
|
||||
on:mousedown={() => {
|
||||
$focusedTreeDbKey = _.pick(item, ['type', 'key', 'root']);
|
||||
$focusedTreeDbKey = _.pick(item, ['type', 'key', 'root', 'text']);
|
||||
}}
|
||||
extInfo={item.count ? `(${item.count})` : null}
|
||||
{indentLevel}
|
||||
|
||||
Reference in New Issue
Block a user