diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a49a7cd0..1e6bacee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [1983](https://github.com/microsoft/BotFramework-Emulator/pull/1983) - [1990](https://github.com/microsoft/BotFramework-Emulator/pull/1990) - [1991](https://github.com/microsoft/BotFramework-Emulator/pull/1991) + - [1994](https://github.com/microsoft/BotFramework-Emulator/pull/1994) ## Removed - [main] Removed unused `VersionManager` class in PR [1991](https://github.com/microsoft/BotFramework-Emulator/pull/1991) diff --git a/packages/app/client/src/ui/shell/explorer/endpointExplorer/endpointEditor/endpointEditor.tsx b/packages/app/client/src/ui/shell/explorer/endpointExplorer/endpointEditor/endpointEditor.tsx index 72ac02d7c..d4d468fa3 100644 --- a/packages/app/client/src/ui/shell/explorer/endpointExplorer/endpointEditor/endpointEditor.tsx +++ b/packages/app/client/src/ui/shell/explorer/endpointExplorer/endpointEditor/endpointEditor.tsx @@ -184,7 +184,13 @@ export class EndpointEditor extends Component -
+
{ if (node.hasAttribute('tabIndex')) { node.setAttribute('tabIndex', expanded ? '0' : '-1');