mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-15 12:52:39 +02:00
chore: improve link accesibility and keybind (#153)
* fix(topic): handleSelectLearningState missing depth * fix(link): use active index instead of native focus * chore(palette): use atom for maintain state * chore(link): prevent keydown if command palette active
This commit is contained in:
@@ -21,7 +21,8 @@ export function LinkRoute() {
|
||||
<div className="flex h-full flex-auto flex-col overflow-hidden">
|
||||
<LinkHeader />
|
||||
<LinkManage />
|
||||
<LinkList />
|
||||
{/* Refresh list everytime editId is changed */}
|
||||
<LinkList key={nuqsEditId} />
|
||||
<LinkBottomBar />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user