From 7c327664d4188515a1f5742eae4ffdb6093c6c06 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 22 Jul 2022 22:13:48 +0000 Subject: [PATCH] chore: add jsdoc --- core/toolbox/toolbox.ts | 1 + 1 file changed, 1 insertion(+) 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. */