mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 02:08:40 +02:00
fix(link): Navigate between item and fix Enter keybind (#165)
* feat: add item scroll to active * fix: reset enterkey and scroll to view * fix: link item displayName
This commit is contained in:
@@ -26,7 +26,7 @@ export const LinkHeader = React.memo(() => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ContentHeader className="px-6 max-lg:px-4 lg:py-5">
|
||||
<ContentHeader className="px-6 max-lg:px-4 lg:py-4">
|
||||
<div className="flex min-w-0 shrink-0 items-center gap-1.5">
|
||||
<SidebarToggleButton />
|
||||
<div className="flex min-h-0 items-center">
|
||||
|
||||
Reference in New Issue
Block a user