mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: add shortcut hint for revealing search result in file tree
This commit is contained in:
parent
13d4805bea
commit
6c5328e6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ export function useRenderGoToButton(searched: boolean, goTo: (path: string[]) =>
|
|||
? function renderGoToButton(node: TreeNode): React.ReactNode {
|
||||
return (
|
||||
<button
|
||||
title={'Reveal in file tree'}
|
||||
title={'Reveal in file tree (⏎)'}
|
||||
className={'go-to-button'}
|
||||
onClick={() => goTo(node.path.split('/'))}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue