Explorar o código

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

Ensure the console is updated on activation
Afshin Darian %!s(int64=8) %!d(string=hai) anos
pai
achega
f742b39d47
Modificáronse 1 ficheiros con 1 adicións e 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();
   }
 
   /**