From 6a6651547628467efdbf85639db57d3849603fc4 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 17 Jun 2025 11:41:07 +0800 Subject: [PATCH] fix --- web_src/js/modules/fomantic/dropdown.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/js/modules/fomantic/dropdown.ts b/web_src/js/modules/fomantic/dropdown.ts index 0360b8ef95727..02fee5a267d85 100644 --- a/web_src/js/modules/fomantic/dropdown.ts +++ b/web_src/js/modules/fomantic/dropdown.ts @@ -72,10 +72,10 @@ function updateSelectionLabel(label: HTMLElement) { } function onAfterFiltered(this: any) { - const $dropdown = $(this); + const $dropdown = $(this).closest('.ui.dropdown'); // "this" can be the "ui dropdown" or "