Skip to content

Commit 11ac123

Browse files
dvd900corevo
authored andcommitted
If command description is available display in the refrence window even if disabled (#582)
Try using displayedName to show the reference in case command is disabled
1 parent 06c855c commit 11ac123

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/containers/Console

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/containers/Console/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class Console extends React.Component {
6666
}
6767
render() {
6868
const command = UiState.selectedCommand
69-
? Commands.list.get(UiState.selectedCommand.command)
69+
? Commands.list.get(UiState.selectedCommand.displayedName)
7070
: undefined
7171
const tabs = [
7272
{ name: 'Log', unread: this.state.logsUnread },

0 commit comments

Comments
 (0)