fix: fixing height to allow clicking empty space then the arrow keys for -1 indexing

This commit is contained in:
Kevin
2025-06-24 11:46:01 -05:00
parent b733722886
commit 30e9410214
2 changed files with 1 additions and 2 deletions

View File

@ -628,7 +628,7 @@ export const ProjectExplorer = ({
ref={projectExplorerRef}
>
<div
className={`absolute w-full ${activeIndex === -1 ? 'border-sky-500' : ''}`}
className={`absolute w-full h-full ${activeIndex === -1 ? 'border-sky-500' : ''}`}
tabIndex={0}
role="tree"
aria-label="Files Explorer"

View File

@ -194,7 +194,6 @@ export const sidebarPanes: SidebarPane[] = [
entry.children == null &&
entry.path.endsWith(FILE_EXT)
) {
systemIOActor.send({
type: SystemIOMachineEvents.navigateToFile,
data: {