#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,9 +37,7 @@ class Console extends React.Component {
|
||||||
this.appendConsoleEvent(consoleEvent);
|
this.appendConsoleEvent(consoleEvent);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (nextProps.isExpanded) {
|
this.appendConsoleEvent(consoleEvent);
|
||||||
this.appendConsoleEvent(consoleEvent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue