diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 7f3e17d1f..27d3a49c1 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -1482,6 +1482,7 @@ define(function (require) { // Unrender the new cell so we can call set_text. new_cell.unrender(); new_cell.set_text(texta); + new_cell.marked = cell.marked; } };