feat: fetch root files at build step and handle double click on mobile

This commit is contained in:
Pihkaal
2024-09-10 18:21:36 +02:00
parent 2b48e71248
commit 477f6b6c66
7 changed files with 78 additions and 25 deletions

View File

@@ -43,7 +43,6 @@ const InnerNvimTree = (props: InnerKittyProps<typeof Nvim>) => {
<NvimTree {...props} onOpen={handleOpenChild} />
</div>
<div
className="overflow-y-auto break-all"
style={{
gridArea: "1 / 2 / 1 / 3",
overflowY: "auto",