mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
feat: toggle active state in dashbot window notifier on user interaction
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user