mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #3494 from danagilliann/master
solved waiting asterisk
This commit is contained in:
commit
2fb47162d7
@ -203,6 +203,12 @@ define([
|
||||
this.element.focusout(
|
||||
function() { that.auto_highlight(); }
|
||||
);
|
||||
|
||||
this.events.on('kernel_restarting.Kernel', function() {
|
||||
if (that.input_prompt_number === '*') {
|
||||
that.set_input_prompt();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user