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 53eddf4 commit 60872fbCopy full SHA for 60872fb
src/aria/private/tree/tree.ts
@@ -388,7 +388,6 @@ export class TreePattern<V> {
388
this.softDisabled = inputs.softDisabled;
389
this.wrap = inputs.wrap;
390
this.orientation = inputs.orientation;
391
- textDirection: this.textDirection;
392
this.multi = computed(() => (this.nav() ? false : this.inputs.multi()));
393
this.selectionMode = inputs.selectionMode;
394
this.typeaheadDelay = inputs.typeaheadDelay;
0 commit comments