From 75d8cb4978d44959fc9930bbbf79a8ce5278550d Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Wed, 16 Jul 2025 15:06:04 +0800 Subject: [PATCH] fix --- .../components/plugins/plugin-auth/authorized/item.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/app/components/plugins/plugin-auth/authorized/item.tsx b/web/app/components/plugins/plugin-auth/authorized/item.tsx index 642240d7fe..5508bcc324 100644 --- a/web/app/components/plugins/plugin-auth/authorized/item.tsx +++ b/web/app/components/plugins/plugin-auth/authorized/item.tsx @@ -79,11 +79,13 @@ const Item = ({ value={renameValue} onChange={e => setRenameValue(e.target.value)} placeholder={t('common.placeholder.input')} + onClick={e => e.stopPropagation()} />