redis key selection by keyboard

This commit is contained in:
SPRINX0\prochazka
2025-01-22 17:44:46 +01:00
parent 4ea718b662
commit 79a246217a
4 changed files with 58 additions and 6 deletions

View File

@@ -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}