We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3a691 commit 7f532a6Copy full SHA for 7f532a6
src/aria/toolbar/toolbar.ts
@@ -208,7 +208,7 @@ export class ToolbarWidget<V> implements OnInit, OnDestroy {
208
readonly value = input.required<V>();
209
210
/** Whether the widget is currently the active one (focused). */
211
- readonly active = computed(() => this._pattern.active);
+ readonly active = computed(() => this._pattern.active());
212
213
/** Whether the widget is selected (only relevant in a selection group). */
214
readonly selected = () => this._pattern.selected();
0 commit comments