add option to keep some entries above the selected entry when scrolling

This commit is contained in:
Athou
2024-09-10 16:22:23 +02:00
parent ba496c1395
commit e119941762
46 changed files with 632 additions and 33 deletions

View File

@@ -49,4 +49,7 @@ export default defineConfig(env => ({
},
},
},
test: {
environment: "jsdom",
},
}))