feat: toggle active state in dashbot window notifier on user interaction

This commit is contained in:
Udhay-Adithya
2025-09-24 19:33:57 +05:30
parent a7ee893245
commit 96c13e16e6

View File

@@ -87,6 +87,10 @@ class _DashbotTabState extends ConsumerState<DashbotTab>
.read(dashbotWindowNotifierProvider.notifier)
.togglePopped();
ref
.read(dashbotWindowNotifierProvider.notifier)
.toggleActive();
final newState =
ref.read(dashbotWindowNotifierProvider);
if (newState.isPopped) {