mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14: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}
|
onClick={this.selectElement}
|
||||||
onFocus={this.selectElement}
|
onFocus={this.selectElement}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
|
role="button"
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user