Skip to content

Commit 60872fb

Browse files
committed
refactor(aria/tree): removes unused variable
Updates previous changes to remove unused variable to fix lint error.
1 parent 53eddf4 commit 60872fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aria/private/tree/tree.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ export class TreePattern<V> {
388388
this.softDisabled = inputs.softDisabled;
389389
this.wrap = inputs.wrap;
390390
this.orientation = inputs.orientation;
391-
textDirection: this.textDirection;
392391
this.multi = computed(() => (this.nav() ? false : this.inputs.multi()));
393392
this.selectionMode = inputs.selectionMode;
394393
this.typeaheadDelay = inputs.typeaheadDelay;

0 commit comments

Comments
 (0)