]> source.dussan.org Git - nextcloud-server.git/commitdiff
perf(settings): Optimize user list scroll performance
authorChristopher Ng <chrng8@gmail.com>
Tue, 9 Jul 2024 00:37:35 +0000 (17:37 -0700)
committerChristopher Ng <chrng8@gmail.com>
Tue, 9 Jul 2024 00:37:35 +0000 (17:37 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/components/Users/VirtualList.vue

index 37e82b3a7470c24804cbf232f9f791a5030a4271..e0674b9c8982d9465facae228b1a49a9eca2b99d 100644 (file)
@@ -157,6 +157,7 @@ export default Vue.extend({
        display: block;
        overflow: auto;
        height: 100%;
+       will-change: scroll-position;
 
        &__header,
        &__footer {