From c5f70eae4cdaeb8730aea514bb6fb182f7577484 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:04:52 +0800 Subject: [PATCH] feat: Add debounce effect to file selection (#10330) --- frontend/src/components/file-list/index.vue | 35 +++++++++++++++------ frontend/src/utils/util.ts | 12 +++++++ 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index 3fe6944be..9f681426f 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -45,8 +45,14 @@ {{ $t('commons.button.createNewFile') }} -
- +
+