From 5f461c07ff62951bc6812f884cb45afbb7f8d416 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 3 Mar 2025 14:39:18 +0700 Subject: [PATCH] TF-3479 Persist list composer popup menu when click remove button on composer item Signed-off-by: dab246 --- .../presentation/widgets/web/expand_composer_button.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/features/composer/presentation/widgets/web/expand_composer_button.dart b/lib/features/composer/presentation/widgets/web/expand_composer_button.dart index 29a24e1ab..727a19390 100644 --- a/lib/features/composer/presentation/widgets/web/expand_composer_button.dart +++ b/lib/features/composer/presentation/widgets/web/expand_composer_button.dart @@ -107,7 +107,6 @@ class _ExpandComposerButtonState extends State { responsiveUtils: _responsiveUtils, onRemoveHiddenComposerItem: (controller) { widget.onRemoveHiddenComposerItem(controller); - setState(() => _visible = false); }, onShowComposerAction: (composerId) { widget.onShowComposerAction(composerId);