Explorar el Código

Activate the notebook explicitly when switching to edit mode

Steven Silvester hace 8 años
padre
commit
a441dbed76
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/notebook/notebook/widget.ts

+ 1 - 0
src/notebook/notebook/widget.ts

@@ -626,6 +626,7 @@ class Notebook extends StaticNotebook {
       if (activeCell instanceof MarkdownCellWidget) {
         activeCell.rendered = false;
       }
+      this._isActive = true;
     }
   }