From 53bf3fb0ed7590c600d1658918d09fac477e1711 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 26 Oct 2015 08:04:00 -0700 Subject: [PATCH] Split cell match origin marked state --- notebook/static/notebook/js/notebook.js | 1 + 1 file changed, 1 insertion(+) 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; } };