mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 16:10:59 -07:00
Improve tracking of animated components. (#12618)
This commit is contained in:
11
packages/cli/src/ui/debug.ts
Normal file
11
packages/cli/src/ui/debug.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2025 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
// A top-level field to track the total number of active animated components.
|
||||
// This is used for testing to ensure we wait for animations to finish.
|
||||
export const debugState = {
|
||||
debugNumAnimatedComponents: 0,
|
||||
};
|
||||
Reference in New Issue
Block a user