mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fix broken show in pager button
This commit is contained in:
parent
7d7b85a043
commit
685040427a
@ -118,10 +118,7 @@ define([
|
||||
Tooltip.prototype.showInPager = function (cell) {
|
||||
// reexecute last call in pager by appending ? to show back in pager
|
||||
var that = this;
|
||||
var payload = {};
|
||||
payload.text = that._reply.content.data['text/plain'];
|
||||
|
||||
this.events.trigger('open_with_text.Pager', payload);
|
||||
this.events.trigger('open_with_text.Pager', that._reply.content);
|
||||
this.remove_and_cancel_tooltip();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user