From f9468a050f4a8ff24b6146281a77a2d46a31c7ea Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 15 Nov 2023 08:41:24 +0800 Subject: [PATCH] * Remove `,` at the end of row in the lastest children in dropdown widget. --- lib/zin/wg/dropdown/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/dropdown/v1.php b/lib/zin/wg/dropdown/v1.php index ba65b0062d..a00cc83641 100644 --- a/lib/zin/wg/dropdown/v1.php +++ b/lib/zin/wg/dropdown/v1.php @@ -79,7 +79,7 @@ class dropdown extends wg ( setClass('dropdown-menu'), set::items($items), - divorce($itemsList), + divorce($itemsList) ); if($hasIcons === null)