@jupyterlab/toc
Advanced tools
Comparing version 6.1.0-alpha.4 to 6.1.0-beta.0
@@ -157,6 +157,7 @@ // Copyright (c) Jupyter Development Team. | ||
this.stateChanged.emit(); | ||
if (emitSignal) { | ||
this._activeHeadingChanged.emit(heading); | ||
} | ||
} | ||
if (emitSignal) { | ||
// Always emit the signal to trigger a scroll even if the value did not change | ||
this._activeHeadingChanged.emit(this._activeHeading); | ||
} | ||
} | ||
@@ -163,0 +164,0 @@ /** |
{ | ||
"name": "@jupyterlab/toc", | ||
"version": "6.1.0-alpha.4", | ||
"version": "6.1.0-beta.0", | ||
"description": "JupyterLab - Table of Contents widget", | ||
@@ -44,9 +44,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.2.0-alpha.4", | ||
"@jupyterlab/coreutils": "^6.1.0-alpha.4", | ||
"@jupyterlab/docregistry": "^4.1.0-alpha.4", | ||
"@jupyterlab/observables": "^5.1.0-alpha.4", | ||
"@jupyterlab/rendermime": "^4.1.0-alpha.4", | ||
"@jupyterlab/translation": "^4.1.0-alpha.4", | ||
"@jupyterlab/ui-components": "^4.1.0-alpha.4", | ||
"@jupyterlab/apputils": "^4.2.0-beta.0", | ||
"@jupyterlab/coreutils": "^6.1.0-beta.0", | ||
"@jupyterlab/docregistry": "^4.1.0-beta.0", | ||
"@jupyterlab/observables": "^5.1.0-beta.0", | ||
"@jupyterlab/rendermime": "^4.1.0-beta.0", | ||
"@jupyterlab/translation": "^4.1.0-beta.0", | ||
"@jupyterlab/ui-components": "^4.1.0-beta.0", | ||
"@lumino/coreutils": "^2.1.2", | ||
@@ -60,3 +60,3 @@ "@lumino/disposable": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.1.0-alpha.4", | ||
"@jupyterlab/testing": "^4.1.0-beta.0", | ||
"@types/jest": "^29.2.0", | ||
@@ -63,0 +63,0 @@ "@types/react": "^18.0.26", |
@@ -203,6 +203,8 @@ // Copyright (c) Jupyter Development Team. | ||
this.stateChanged.emit(); | ||
if (emitSignal) { | ||
this._activeHeadingChanged.emit(heading); | ||
} | ||
} | ||
if (emitSignal) { | ||
// Always emit the signal to trigger a scroll even if the value did not change | ||
this._activeHeadingChanged.emit(this._activeHeading); | ||
} | ||
} | ||
@@ -209,0 +211,0 @@ |
Sorry, the diff of this file is not supported yet
126526
3348