Ian Rose 6 lat temu
rodzic
commit
d3bb7c9ac3
1 zmienionych plików z 1 dodań i 1 usunięć
  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