mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
should fix click on close works when sticky
This commit is contained in:
parent
d2f803bff2
commit
5064568730
@ -77,7 +77,7 @@ var IPython = (function (IPython) {
|
||||
closespan.addClass('ui-icon-close');
|
||||
closelink.append(closespan);
|
||||
closelink.click(function(){
|
||||
that.hide();
|
||||
that.remove_and_cancel_tooltip(true);
|
||||
});
|
||||
|
||||
//construct the tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user