diff --git a/core/toolbox/toolbox.ts b/core/toolbox/toolbox.ts index 3ca3ceeff..05c0be4b3 100644 --- a/core/toolbox/toolbox.ts +++ b/core/toolbox/toolbox.ts @@ -107,6 +107,7 @@ export class Toolbox extends DeleteArea implements IAutoHideable, protected boundEvents_: browserEvents.Data[] = []; override wouldDelete_: AnyDuringMigration; + /** The workspace this toolbox is on. */ protected readonly workspace_: WorkspaceSvg; /** @param workspace The workspace in which to create new blocks. */