#143 revert not printing to console if it is not expanded
This commit is contained in:
parent
23fb53bc9b
commit
7ededa5c18
1 changed files with 1 additions and 3 deletions
|
@ -37,10 +37,8 @@ class Console extends React.Component {
|
|||
this.appendConsoleEvent(consoleEvent);
|
||||
}
|
||||
});
|
||||
if (nextProps.isExpanded) {
|
||||
this.appendConsoleEvent(consoleEvent);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue