@netless/window-manager 1.0.4 → 1.0.5-beta.0

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
@@ -815,6 +815,7 @@ declare class AppManager {
815
815
  private _prevFocused;
816
816
  private callbacksNode;
817
817
  private appCreateQueue;
818
+ private _focusAppCreatedResolve?;
818
819
  private sideEffectManager;
819
820
  sceneState: SceneState | null;
820
821
  rootDirRemoving: boolean;