mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #3626 from ivanov/fix-3625
passing cell to showInPager closes #3625
This commit is contained in:
commit
33c5e5c90f
@ -58,7 +58,7 @@ var IPython = (function (IPython) {
|
||||
var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
|
||||
morelink.append(morespan);
|
||||
morelink.click(function () {
|
||||
that.showInPager();
|
||||
that.showInPager(that._old_cell);
|
||||
});
|
||||
|
||||
// close the tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user