Electron test: (regression) you can scroll the file pane when ETOOMANYFILES to view in one view (#3520)

* can scroll files pane

* clean up
This commit is contained in:
Kurt Hutten
2024-08-20 05:34:26 +10:00
committed by GitHub
parent d9423219d1
commit c67511f67c
3 changed files with 134 additions and 1 deletions

View File

@ -464,7 +464,10 @@ export const FileTreeInner = ({
}, [documentHasFocus])
return (
<div className="overflow-auto pb-12 absolute inset-0">
<div
className="overflow-auto pb-12 absolute inset-0"
data-testid="file-pane-scroll-container"
>
<ul
className="m-0 p-0 text-sm"
onClickCapture={(e) => {