Fix: Logs view not updated when console is not active

This commit is contained in:
surunzi
2016-05-16 00:26:39 +08:00
parent fe0a05f82d
commit b08f757d83

View File

@@ -23,6 +23,12 @@ export default class Console extends Tool
this._bindEvent();
this._initConfig();
}
show()
{
super.show();
this._log.render();
}
overrideConsole()
{
var log = this._log,