File tree Expand file tree Collapse file tree
ember-basic-dropdown/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export interface BasicDropdownContentSignature {
4545 otherStyles? : Record <string , string | number | undefined >;
4646 hPosition? : HorizontalPosition | null ;
4747 vPosition? : VerticalPosition | null ;
48- dir? : string ;
4948 defaultClass? : string ;
5049 overlay? : boolean ;
5150 htmlTag? : keyof HTMLElementTagNameMap ;
@@ -554,7 +553,6 @@ export default class BasicDropdownContent extends Component<BasicDropdownContent
554553 ' ember-basic-dropdown-content--in-place'
555554 }}
556555 {{@ defaultClass }} "
557- dir ={{@ dir }}
558556 ...attributes
559557 {{style @ otherStyles this . positionStyles}}
560558 {{this .respondToEvents }}
@@ -586,7 +584,6 @@ export default class BasicDropdownContent extends Component<BasicDropdownContent
586584 ' ember-basic-dropdown-content--in-place'
587585 }}
588586 {{@ defaultClass }} "
589- dir ={{@ dir }}
590587 ...attributes
591588 {{style @ otherStyles this . positionStyles}}
592589 {{this .respondToEvents }}
You can’t perform that action at this time.
0 commit comments