Explorar el Código

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

Ensure the console is updated on activation
Afshin Darian hace 8 años
padre
commit
f742b39d47
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
   }
 
   /**