@netless/window-manager 1.0.7-beta.8 → 1.0.7-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -869,6 +869,8 @@ declare class AppManager {
869
869
  private callbacksNode;
870
870
  private appCreateQueue;
871
871
  private _focusAppCreatedResolve?;
872
+ private _focusAppId;
873
+ private _resolveTimer;
872
874
  private sideEffectManager;
873
875
  sceneState: SceneState | null;
874
876
  rootDirRemoving: boolean;