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);