Skip to content

Commit 7f532a6

Browse files
committed
tweak toolbar
1 parent 8e3a691 commit 7f532a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/toolbar/toolbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class ToolbarWidget<V> implements OnInit, OnDestroy {
208208
readonly value = input.required<V>();
209209

210210
/** Whether the widget is currently the active one (focused). */
211-
readonly active = computed(() => this._pattern.active);
211+
readonly active = computed(() => this._pattern.active());
212212

213213
/** Whether the widget is selected (only relevant in a selection group). */
214214
readonly selected = () => this._pattern.selected();

0 commit comments

Comments
 (0)