浏览代码

Merge pull request #1043 from blink1073/fix-foreign-render

Ensure the console is updated on activation
Afshin Darian 8 年之前
父节点
当前提交
f742b39d47
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/console/content.ts

+ 1 - 0
src/console/content.ts

@@ -375,6 +375,7 @@ class ConsoleContent extends Widget {
    */
   protected onActivateRequest(msg: Message): void {
     this.prompt.activate();
+    this.update();
   }
 
   /**