mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
parent
64421304c0
commit
a7bd321648
@ -303,6 +303,10 @@ var IPython = (function (IPython) {
|
||||
// move the bubble if it is not hidden
|
||||
// otherwise fade it
|
||||
var content = reply.content;
|
||||
if (!content.found) {
|
||||
// object not found, nothing to show
|
||||
return;
|
||||
}
|
||||
this.name = content.name;
|
||||
|
||||
// do some math to have the tooltip arrow on more or less on left or right
|
||||
|
Loading…
x
Reference in New Issue
Block a user