From 78f280c88ff6e00197629fc3537adb3da7acda49 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:52:52 +0800 Subject: [PATCH] feat: Support Enter key to confirm in the delete application dialog (#9758) Refs https://github.com/1Panel-dev/1Panel/issues/9754 --- .../views/app-store/installed/delete/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/app-store/installed/delete/index.vue b/frontend/src/views/app-store/installed/delete/index.vue index d87c40472..f3d10db01 100644 --- a/frontend/src/views/app-store/installed/delete/index.vue +++ b/frontend/src/views/app-store/installed/delete/index.vue @@ -1,6 +1,12 @@