From 7ba06e73d73f0c6676ee04246631823a3bcabbb7 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:27:30 +0800 Subject: [PATCH] feat: support closing log dialog with ESC key and outside click (#10252) Refs https://github.com/1Panel-dev/1Panel/issues/10240 --- frontend/src/components/log/task/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/log/task/index.vue b/frontend/src/components/log/task/index.vue index fde22b5cf..1d661187c 100644 --- a/frontend/src/components/log/task/index.vue +++ b/frontend/src/components/log/task/index.vue @@ -1,12 +1,5 @@