mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
fix cancel_stick typo
This commit is contained in:
parent
d7b42270ee
commit
b6fcb806d6
@ -187,7 +187,7 @@ var IPython = (function (IPython) {
|
|||||||
else if( this._consecutive_conter == 3)
|
else if( this._consecutive_conter == 3)
|
||||||
{
|
{
|
||||||
this._old_cell = null ;
|
this._old_cell = null ;
|
||||||
this._cancel_stick();
|
this.cancel_stick();
|
||||||
this._old_request = null ;
|
this._old_request = null ;
|
||||||
this._consecutive_conter = 0;
|
this._consecutive_conter = 0;
|
||||||
this.showInPager();
|
this.showInPager();
|
||||||
|
Loading…
Reference in New Issue
Block a user