Ian Rose vor 6 Jahren
Ursprung
Commit
d3bb7c9ac3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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