From b08f757d83e452ec9f307c9eabfa687e4389bd1d Mon Sep 17 00:00:00 2001 From: surunzi Date: Mon, 16 May 2016 00:26:39 +0800 Subject: [PATCH] Fix: Logs view not updated when console is not active --- src/Console/Console.es6 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Console/Console.es6 b/src/Console/Console.es6 index 6795ebf..1277a87 100644 --- a/src/Console/Console.es6 +++ b/src/Console/Console.es6 @@ -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,