Ian Rose 6 anni fa
parent
commit
d3bb7c9ac3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/notebook/src/widget.ts

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

@@ -417,7 +417,7 @@ export class StaticNotebook extends Widget {
         each(args.oldValues, value => {
           this._removeCell(args.oldIndex);
         });
-        // Add code cell if there are no cells remaining.
+        // Add default cell if there are no cells remaining.
         if (!sender.length) {
           const model = this.model;
           // Add the cell in a new context to avoid triggering another