change(ui) - remove inactive row in console
This commit is contained in:
parent
a5b428de24
commit
9b4cc126b4
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ export default class ConsoleContent extends React.PureComponent {
|
|||
warn: l.isYellow(),
|
||||
error: l.isRed(),
|
||||
[stl.activeRow]: lastIndex === index,
|
||||
[stl.inactiveRow]: index > lastIndex,
|
||||
// [stl.inactiveRow]: index > lastIndex,
|
||||
'cursor-pointer': !isResult,
|
||||
})}
|
||||
onClick={() => !isResult && jump(l.time)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue