Prefer auto position by default
This commit is contained in:
parent
8d4215f238
commit
5207faeeae
|
@ -86,7 +86,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
|
|||
studio: true,
|
||||
stats: true
|
||||
}
|
||||
@Input() placement = 'left auto'
|
||||
@Input() placement = 'auto'
|
||||
@Input() moreActions: DropdownAction<{ video: Video }>[][] = []
|
||||
@Input({ transform: booleanAttribute }) actionAvailabilityHint = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue