From 5bec67f5a91c380442b87c84afa7904e10b2ff50 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 24 Feb 2025 16:14:37 -0700 Subject: [PATCH] forward toolbox creation over to the observation window, https://github.com/phetsims/membrane-channels/issues/20 --- js/accessibility/group-sort/view/GroupSelectView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accessibility/group-sort/view/GroupSelectView.ts b/js/accessibility/group-sort/view/GroupSelectView.ts index 891e4bf6..544978e8 100644 --- a/js/accessibility/group-sort/view/GroupSelectView.ts +++ b/js/accessibility/group-sort/view/GroupSelectView.ts @@ -88,7 +88,7 @@ class GroupSelectView extends Disposable { private readonly getNodeFromModelItem: ( model: ItemModel ) => ItemNode | null; public constructor( - protected readonly model: GroupSelectModel, + public readonly model: GroupSelectModel, primaryFocusedNode: Node, // Client is responsible for setting accessibleName and nothing else! providedOptions: GroupSelectViewOptions ) {