mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fix: make api endpoint selectable
This commit is contained in:
parent
3ae069c436
commit
8b5fc66763
|
@ -16,6 +16,7 @@ export class SelectOnClick extends React.PureComponent {
|
|||
onClick={this.selectElement}
|
||||
onFocus={this.selectElement}
|
||||
tabIndex={0}
|
||||
role="button"
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user