mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix: Logs view not updated when console is not active
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user