diff --git a/core/icons/mutator_icon.ts b/core/icons/mutator_icon.ts index d64836b58..eee9e585d 100644 --- a/core/icons/mutator_icon.ts +++ b/core/icons/mutator_icon.ts @@ -313,7 +313,10 @@ export class MutatorIcon extends Icon implements IHasBubble { eventUtils.setGroup(existingGroup); } - /** @internal */ + /** + * @returns The workspace of the mini workspace bubble, if the bubble is + * currently open. + */ getWorkspace(): WorkspaceSvg | undefined { return this.miniWorkspaceBubble?.getWorkspace(); }